From eea29a05abbd9a89a181455ac858173fc3640f93 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 7 Oct 2012 18:50:48 +0200 Subject: o Initial import of Java utils for app.sh. --- .../app-a-bundle/src/main/unix/files/root/etc/booter.properties | 2 ++ examples/app-a-bundle/src/main/unix/files/scripts/postinstall | 6 ++++++ 2 files changed, 8 insertions(+) create mode 100644 examples/app-a-bundle/src/main/unix/files/root/etc/booter.properties create mode 100644 examples/app-a-bundle/src/main/unix/files/scripts/postinstall (limited to 'examples/app-a-bundle/src/main/unix') diff --git a/examples/app-a-bundle/src/main/unix/files/root/etc/booter.properties b/examples/app-a-bundle/src/main/unix/files/root/etc/booter.properties new file mode 100644 index 0000000..8c36e9c --- /dev/null +++ b/examples/app-a-bundle/src/main/unix/files/root/etc/booter.properties @@ -0,0 +1,2 @@ +http.port=3001 +context./=wars/app-a-web.war diff --git a/examples/app-a-bundle/src/main/unix/files/scripts/postinstall b/examples/app-a-bundle/src/main/unix/files/scripts/postinstall new file mode 100644 index 0000000..381dff7 --- /dev/null +++ b/examples/app-a-bundle/src/main/unix/files/scripts/postinstall @@ -0,0 +1,6 @@ +#!/bin/bash + +echo "pwd: " +pwd +echo "env:" +env -- cgit v1.2.3