git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@218 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
Greg Wilkins 2009-05-16 00:43:45 +00:00
parent 33b4c7b79c
commit c2f8201aed
1 changed files with 30 additions and 0 deletions

View File

@ -30,3 +30,33 @@ version:
mvn install
RUNNING JETTY
=============
The run directory is either the top-level of a binary release
or jetty-distribution/target/assembly-prep directory when built from
source.
To run with the default options:
java -jar start.jar
To run with specific configuration file(s)
java -jar start.jar etc/jetty.xml
To see the available options
java -jar start.jar --info
To run with JSP support
java -DOPTIONS=Server,deploy,jsp -jar start.jar
To run with JMX support
java -DOPTIONS=Server,deploy,jmx -jar start.jar etc/jetty-jmx.xml etc/jetty.xml