410522 JETTY_PORT sets jetty.port property instead of -Djetty.port

This commit is contained in:
Greg Wilkins 2013-06-12 13:13:09 +10:00
parent 536b8d9504
commit 53270e7edb
1 changed files with 1 additions and 1 deletions

View File

@ -371,7 +371,7 @@ fi
##################################################### #####################################################
if [ "$JETTY_PORT" ] if [ "$JETTY_PORT" ]
then then
JAVA_OPTIONS+=("-Djetty.port=$JETTY_PORT") JETTY_ARGS+=("jetty.port=$JETTY_PORT")
fi fi
##################################################### #####################################################