Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
Go to file
Greg Wilkins fc77165877 Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project 2012-01-11 11:06:35 +11:00
LICENSE-CONTRIBUTOR
example-jetty-embedded
jetty-aggregate
jetty-ajp
jetty-annotations
jetty-client 368240: renamed to use manage/unmanage instead of join/disjoin 2012-01-11 11:06:14 +11:00
jetty-continuation
jetty-deploy 368240: renamed to use manage/unmanage instead of join/disjoin 2012-01-11 11:06:14 +11:00
jetty-distribution
jetty-http 368240: Added concept of join to AggregateLifeCycle. Used by HttpClient and AbstractConnector 2012-01-11 00:09:34 +11:00
jetty-http-spi
jetty-io Improved toString(). 2012-01-10 17:41:32 +01:00
jetty-jaspi
jetty-jmx
jetty-jndi clear up the last of the maven warnings I see 2012-01-10 13:45:39 -06:00
jetty-monitor 368240 - Fixed test. 2012-01-10 18:08:10 +01:00
jetty-nested
jetty-nosql clear up the last of the maven warnings I see 2012-01-10 13:45:39 -06:00
jetty-osgi clear up the last of the maven warnings I see 2012-01-10 13:45:39 -06:00
jetty-overlay-deployer
jetty-plus
jetty-policy
jetty-rewrite Removed redundant code and cleaned up. 2012-01-10 17:42:52 +01:00
jetty-security
jetty-server 368240: renamed to use manage/unmanage instead of join/disjoin 2012-01-11 11:06:14 +11:00
jetty-servlet 368291 Change warning to info for NoSuchFieldException on BeanELResolver.properties 2012-01-11 11:02:36 +11:00
jetty-servlets
jetty-start
jetty-util 368240: renamed to use manage/unmanage instead of join/disjoin 2012-01-11 11:06:14 +11:00
jetty-webapp
jetty-websocket 368189 - WebSocketClientFactory should not manage external thread pool. 2012-01-10 18:10:24 +01:00
jetty-xml
test-continuation
test-continuation-jetty6
test-jetty-nested
test-jetty-servlet
test-jetty-webapp
tests clear up the last of the maven warnings I see 2012-01-10 13:45:39 -06:00
.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

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.