460671 - Rationalize property names (fix for jetty.sh)

This commit is contained in:
Jesse McConnell 2015-06-30 11:38:46 -05:00
parent b522cf0bd8
commit 4897fd605d
1 changed files with 1 additions and 1 deletions

View File

@ -350,7 +350,7 @@ then
CYGWIN*) JETTY_LOGS="`cygpath -w $JETTY_LOGS`";;
esac
JAVA_OPTIONS=(${JAVA_OPTIONS[*]} "-Djetty.logs=$JETTY_LOGS")
JAVA_OPTIONS=(${JAVA_OPTIONS[*]} "-Djetty.logging.dir=$JETTY_LOGS")
fi
#####################################################