From c9ddc8f3455d204ff6cb579b8dd063acf95673fe Mon Sep 17 00:00:00 2001 From: Greg Wilkins Date: Fri, 30 Aug 2013 16:30:39 +1000 Subject: [PATCH] 415826 start.jar replace --enable with --module-ini Fixed up comments in start.ini --- jetty-distribution/src/main/resources/start.ini | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/jetty-distribution/src/main/resources/start.ini b/jetty-distribution/src/main/resources/start.ini index 01cf21feb81..e760d7a547e 100644 --- a/jetty-distribution/src/main/resources/start.ini +++ b/jetty-distribution/src/main/resources/start.ini @@ -21,10 +21,15 @@ # + A JVM option like: -Xmx2000m # + A System Property like: -Dcom.sun.management.jmxremote # -# The options --initialize can be used to create a template -# start.d/module.ini file for defined modules. For example -# to create an ini template for https use -# java -jar start.jar --initialize=https +# The --module-start-ini=module option can be used to append +# a configuration template for a module to start.ini +# The --module-ini=module option can be used to creat +# a configuration template for a module in start.d/module.ini +# For example configure and run with SPDY use +# +# java -jar start.jar --module-ini=spdy +# $EDITOR start.d/spdy.ini +# java -jar start.jar # #===========================================================