Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
Go to file
Greg Wilkins 775376ac98 jetty-9 refactored stats 2012-05-09 14:34:10 +02:00
LICENSE-CONTRIBUTOR
example-async-rest
example-jetty-embedded
jetty-aggregate
jetty-ajp
jetty-annotations
jetty-client
jetty-continuation
jetty-deploy
jetty-distribution
jetty-http jetty-9 work in progress on jetty-server 2012-05-09 08:30:09 +02:00
jetty-http-spi
jetty-io jetty-9 refactored stats 2012-05-09 14:34:10 +02:00
jetty-jaspi
jetty-jmx jetty-9 work in progress. Further simplification of jetty-io 2012-03-27 00:19:43 +11:00
jetty-jndi
jetty-jsp
jetty-monitor
jetty-nested
jetty-nosql
jetty-osgi
jetty-overlay-deployer
jetty-plus
jetty-policy
jetty-rewrite
jetty-security
jetty-server jetty-9 refactored stats 2012-05-09 14:34:10 +02:00
jetty-servlet
jetty-servlets
jetty-spdy Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-9 2012-05-09 11:19:52 +02:00
jetty-start
jetty-util Refactorings. 2012-05-08 19:00:40 +02:00
jetty-webapp
jetty-websocket
jetty-xml
test-continuation
test-continuation-jetty6
test-jetty-nested
test-jetty-servlet
test-jetty-webapp
tests
.gitignore
BUILDING.txt
LICENSE-APACHE-2.0.txt
LICENSE-ECLIPSE-1.0.html
NOTICE.txt
README.txt
VERSION.txt
eclipse-jetty-templates.xml
icon.jpg
pom.xml Refactorings. 2012-05-08 19:00:40 +02:00
settings.xml

README.txt

This is a source checkout of the Jetty webserver.

To build, use:

  mvn install 
 
The jetty distribution will be built in

  jetty-distribution/target/distribution

The first build may take a long time as Maven downloads all the
dependencies.

The tests do a lot of stress testing, and on some machines it is 
necessary to set the file descriptor limit to greater than 2048
for the tests to all pass successfully. 

Bypass tests by building with -Dmaven.test.skip=true but note that this will not produce some test jars that are leveraged in other places in the build.