doco
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:
parent
33b4c7b79c
commit
c2f8201aed
30
README.txt
30
README.txt
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue