415826 start.jar replace --enable with --module-ini
Fixed up comments in start.ini
This commit is contained in:
parent
5948e8c7c2
commit
c9ddc8f345
|
@ -21,10 +21,15 @@
|
||||||
# + A JVM option like: -Xmx2000m
|
# + A JVM option like: -Xmx2000m
|
||||||
# + A System Property like: -Dcom.sun.management.jmxremote
|
# + A System Property like: -Dcom.sun.management.jmxremote
|
||||||
#
|
#
|
||||||
# The options --initialize can be used to create a template
|
# The --module-start-ini=module option can be used to append
|
||||||
# start.d/module.ini file for defined modules. For example
|
# a configuration template for a module to start.ini
|
||||||
# to create an ini template for https use
|
# The --module-ini=module option can be used to creat
|
||||||
# java -jar start.jar --initialize=https
|
# 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
|
||||||
#
|
#
|
||||||
#===========================================================
|
#===========================================================
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue