Skip to content
Snippets Groups Projects
Commit b510f596 authored by felmer's avatar felmer
Browse files

enable debug mode for starting up Jetty

SVN: 18707
parent 7e422c04
No related branches found
No related tags found
No related merge requests found
...@@ -3,5 +3,6 @@ ...@@ -3,5 +3,6 @@
source `dirname "$0"`/setup-env source `dirname "$0"`/setup-env
$JVM -DSTOP.PORT=$JETTY_STOP_PORT \ $JVM -DSTOP.PORT=$JETTY_STOP_PORT \
-DSTOP.KEY=$JETTY_STOP_KEY \ -DSTOP.KEY=$JETTY_STOP_KEY \
-Dorg.eclipse.jetty.util.log.DEBUG=true \
$JAVA_OPTS $JAVA_MEM_OPTS \ $JAVA_OPTS $JAVA_MEM_OPTS \
-jar start.jar etc/jetty.xml >> logs/jetty.out 2>&1 & -jar start.jar etc/jetty.xml >> logs/jetty.out 2>&1 &
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment