460671 - Rationalize property names (fix for jetty.sh)
This commit is contained in:
parent
b522cf0bd8
commit
4897fd605d
|
@ -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
|
||||
|
||||
#####################################################
|
||||
|
|
Loading…
Reference in New Issue