Section 3.1 Starting Jetty 6
To run Jetty 6, access the jetty installation directory. Type the following command:
java -jar start.jar etc/jetty.xml
The command starts Jetty 6 and deploys a demo web application available at:
http://localhost:8080/test


