Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
Go to file
Jesse McConnell b29f9c1a35 migrating assembly definition from parent to project
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@57 7e9141cc-0065-0410-87d8-b60c137991c4
2009-03-31 22:23:19 +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 This commit takes jetty-7 back to the 2.5 servlet API, but leaves much of the 2009-03-29 02:15:22 +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-continuation embedded examples 2009-03-30 00:47:19 +00:00
jetty-deploy removed confusing addHandler form HandlerWrappers 2009-03-31 22:14:29 +00:00
jetty-distribution renaming directory since eclipse refactor didn't 2009-03-27 21:58:36 +00:00
jetty-embedded-examples removed confusing addHandler form HandlerWrappers 2009-03-31 22:14:29 +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 This commit takes jetty-7 back to the 2.5 servlet API, but leaves much of the 2009-03-29 02:15:22 +00:00
jetty-server removed confusing addHandler form HandlerWrappers 2009-03-31 22:14:29 +00:00
jetty-servlet removed confusing addHandler form HandlerWrappers 2009-03-31 22:14:29 +00:00
jetty-servlet-tester removed confusing addHandler form HandlerWrappers 2009-03-31 22:14:29 +00:00
jetty-servlets This commit takes jetty-7 back to the 2.5 servlet API, but leaves much of the 2009-03-29 02:15:22 +00:00
jetty-start jetty @ eclipse initial commit 2009-03-24 21:07:27 +00:00
jetty-test-webapp Demo 2009-03-29 04:05:11 +00:00
jetty-util issue:270534 applied patch for old package names 2009-03-31 01:40:12 +00:00
jetty-webapp This commit takes jetty-7 back to the 2.5 servlet API, but leaves much of the 2009-03-29 02:15:22 +00:00
jetty-xml This commit takes jetty-7 back to the 2.5 servlet API, but leaves much of the 2009-03-29 02:15:22 +00:00
BUILDING.txt building instructions 2009-03-25 01:59:03 +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 improved javadocs 2009-03-30 01:46:15 +00:00
jetty-eclipse-java-format.xml jetty @ eclipse initial commit 2009-03-24 21:07:27 +00:00
pom.xml migrating assembly definition from parent to project 2009-03-31 22:23:19 +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