Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
Go to file
Greg Wilkins da627b843f jetty @ eclipse initial commit
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@8 7e9141cc-0065-0410-87d8-b60c137991c4
2009-03-24 21:07:27 +00:00
LICENSE-CONTRIBUTOR jetty @ eclipse initial commit 2009-03-24 21:07:27 +00:00
jetty-ajp jetty @ eclipse initial commit 2009-03-24 21:07:27 +00:00
jetty-annotations jetty @ eclipse initial commit 2009-03-24 21:07:27 +00:00
jetty-assembly jetty @ eclipse initial commit 2009-03-24 21:07:27 +00:00
jetty-assembly-descriptor jetty @ eclipse initial commit 2009-03-24 21:07:27 +00:00
jetty-client jetty @ eclipse initial commit 2009-03-24 21:07:27 +00:00
jetty-deploy jetty @ eclipse initial commit 2009-03-24 21:07:27 +00:00
jetty-http jetty @ eclipse initial commit 2009-03-24 21:07:27 +00:00
jetty-io jetty @ eclipse initial commit 2009-03-24 21:07:27 +00:00
jetty-jaspi jetty @ eclipse initial commit 2009-03-24 21:07:27 +00:00
jetty-jmx jetty @ eclipse initial commit 2009-03-24 21:07:27 +00:00
jetty-jndi jetty @ eclipse initial commit 2009-03-24 21:07:27 +00:00
jetty-plus jetty @ eclipse initial commit 2009-03-24 21:07:27 +00:00
jetty-rewrite jetty @ eclipse initial commit 2009-03-24 21:07:27 +00:00
jetty-security jetty @ eclipse initial commit 2009-03-24 21:07:27 +00:00
jetty-server jetty @ eclipse initial commit 2009-03-24 21:07:27 +00:00
jetty-servlet jetty @ eclipse initial commit 2009-03-24 21:07:27 +00:00
jetty-servlet-tester jetty @ eclipse initial commit 2009-03-24 21:07:27 +00:00
jetty-servlets jetty @ eclipse initial commit 2009-03-24 21:07:27 +00:00
jetty-start jetty @ eclipse initial commit 2009-03-24 21:07:27 +00:00
jetty-test-webapp jetty @ eclipse initial commit 2009-03-24 21:07:27 +00:00
jetty-util jetty @ eclipse initial commit 2009-03-24 21:07:27 +00:00
jetty-webapp jetty @ eclipse initial commit 2009-03-24 21:07:27 +00:00
jetty-xml jetty @ eclipse initial commit 2009-03-24 21:07:27 +00:00
LICENSE-APACHE-2.0.txt jetty @ eclipse initial commit 2009-03-24 21:07:27 +00:00
LICENSE-ECLIPSE-1.0.html jetty @ eclipse initial commit 2009-03-24 21:07:27 +00:00
NOTICE.txt jetty @ eclipse initial commit 2009-03-24 21:07:27 +00:00
README.txt jetty @ eclipse initial commit 2009-03-24 21:07:27 +00:00
VERSION.txt jetty @ eclipse initial commit 2009-03-24 21:07:27 +00:00
jetty-eclipse-codetemplates.xml jetty @ eclipse initial commit 2009-03-24 21:07:27 +00:00
jetty-eclipse-java-format.xml jetty @ eclipse initial commit 2009-03-24 21:07:27 +00:00
pom.xml jetty @ eclipse initial commit 2009-03-24 21:07:27 +00:00

README.txt

This is the Jetty 7 HTTP server and servlet container.

For more information about Jetty, please see the Jetty wiki: 

   http://docs.codehaus.org/display/JETTY/


BUILDING JETTY
==============

Jetty uses maven 2 as its build system.  Maven will fetch
the dependancies, build the server and assemble a runnable
version:

  mvn install