Implement -a switch to helma launcher that allows to explicitly list applications to start, overriding the apps.properties file (application settings in the apps.properties file are still honored, though). Adapt start scripts to pass though additional arguments.

This commit is contained in:
hns 2009-05-29 15:06:14 +00:00
parent e12c90a529
commit 3a31940fe9
6 changed files with 70 additions and 37 deletions

View file

@ -75,4 +75,4 @@ if [ "$HOP_HOME" ]; then
fi
# Invoke the Java VM
$JAVACMD $JAVA_OPTIONS -jar "$INSTALL_DIR/launcher.jar" $SWITCHES
$JAVACMD $JAVA_OPTIONS -jar "$INSTALL_DIR/launcher.jar" $SWITCHES $*