From f3912f5ecc37b81c7007a719cd5de01217f07825 Mon Sep 17 00:00:00 2001 From: Greg Wilkins Date: Thu, 18 Oct 2012 10:20:22 +1100 Subject: [PATCH] jetty-9 updated README --- .../src/main/resources/README.txt | 20 ++++++------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/jetty-distribution/src/main/resources/README.txt b/jetty-distribution/src/main/resources/README.txt index 8bafb492252..9656bab431b 100644 --- a/jetty-distribution/src/main/resources/README.txt +++ b/jetty-distribution/src/main/resources/README.txt @@ -1,21 +1,12 @@ JETTY ===== - The Jetty project is a 100% Java HTTP Server, HTTP Client -and Servlet Container. - - -The Jetty @ eclipse project is based on the Jetty project at codehaus - - http://jetty.codehaus.org - -Ongoing development is now at the eclipse foundation +and Servlet Container from the eclipse foundation http://www.eclipse.org/jetty/ - -Jetty @ eclipse is open source and is dual licensed using the apache 2.0 and +Jetty is open source and is dual licensed using the apache 2.0 and eclipse public license 1.0. You may choose either license when distributing jetty. @@ -23,7 +14,6 @@ jetty. BUILDING JETTY ============== - Jetty uses maven 2 as its build system. Maven will fetch the dependancies, build the server and assemble a runnable version: @@ -34,7 +24,6 @@ version: 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. @@ -48,9 +37,12 @@ provided by the start.ini file: java -jar start.jar --help + +Most start options can be configured in the start.ini file or they can be appended to the start line. + To run with extra configuration file(s) appended, eg SSL - java -jar start.jar etc/jetty-ssl.xml + java -jar start.jar etc/jetty-https.xml To run with properties