399463 add start.ini documentation for OPTIONS

This commit is contained in:
Thomas Becker 2013-02-14 15:55:46 +01:00
parent 246088c2ee
commit 330845b3ce

View File

@ -45,6 +45,16 @@
# These control what classes are on the classpath # These control what classes are on the classpath
# for a full listing do # for a full listing do
# java -jar start.jar --list-options # java -jar start.jar --list-options
#
# Enable classpath OPTIONS. Each options represents one or more jars
# to be added to the classpath. The options are defined in
# the start.config file and can be listed with --help or --list-options.
# By convention, options starting with a capital letter (eg Server)
# are aggregations of other available options.
# Directories in $JETTY_HOME/lib can be added as dynamic OPTIONS by
# convention. E.g. put some logging jars in $JETTY_HOME/lib/logging
# and make them available in the classpath by adding a "logging" OPTION
# like so: OPTIONS=Server,jsp,logging
#----------------------------------------------------------- #-----------------------------------------------------------
OPTIONS=Server,jsp,resources,websocket,ext OPTIONS=Server,jsp,resources,websocket,ext
#----------------------------------------------------------- #-----------------------------------------------------------