From 4897fd605d099479b54b2f476840b6af0e2400db Mon Sep 17 00:00:00 2001 From: Jesse McConnell Date: Tue, 30 Jun 2015 11:38:46 -0500 Subject: [PATCH] 460671 - Rationalize property names (fix for jetty.sh) --- jetty-distribution/src/main/resources/bin/jetty.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jetty-distribution/src/main/resources/bin/jetty.sh b/jetty-distribution/src/main/resources/bin/jetty.sh index 82a652d7240..8cbb41ce170 100755 --- a/jetty-distribution/src/main/resources/bin/jetty.sh +++ b/jetty-distribution/src/main/resources/bin/jetty.sh @@ -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 #####################################################