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:
parent
e12c90a529
commit
3a31940fe9
6 changed files with 70 additions and 37 deletions
2
start.sh
2
start.sh
|
@ -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 $*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue