From d261713cf42c959f1d11f7106fc3fa6ce917cf6d Mon Sep 17 00:00:00 2001 From: Greg Wilkins Date: Thu, 25 Nov 2010 02:44:35 +0000 Subject: [PATCH] better doco git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2556 7e9141cc-0065-0410-87d8-b60c137991c4 --- jetty-distribution/src/main/resources/README.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/jetty-distribution/src/main/resources/README.txt b/jetty-distribution/src/main/resources/README.txt index 2a094bd58e6..8bafb492252 100644 --- a/jetty-distribution/src/main/resources/README.txt +++ b/jetty-distribution/src/main/resources/README.txt @@ -52,6 +52,10 @@ To run with extra configuration file(s) appended, eg SSL java -jar start.jar etc/jetty-ssl.xml +To run with properties + + java -jar start.jar jetty.port=8081 + To run with extra configuration file(s) prepended, eg logging & jmx java -jar start.jar --pre=etc/jetty-logging.xml --pre=etc/jetty-jmx.xml