Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
Go to file
Joakim Erdfelt 7fb371a7ad Fixing testcase failure on blocking read/write during WebSocketClient use 2011-11-15 14:47:42 -07:00
LICENSE-CONTRIBUTOR
example-jetty-embedded deprecated log 2011-11-09 19:37:04 +11:00
jetty-aggregate Use org.apache.jasper.glassfish.2.1.0.v201110031002 from Orbit (equates to jsp-impl-2.1.3-b10) 2011-11-15 13:53:52 +11:00
jetty-ajp
jetty-annotations
jetty-client Cleaned up and made test more robust. 2011-11-11 15:02:45 +01:00
jetty-continuation
jetty-deploy
jetty-distribution Add commented out System property setting for forcing ecj compiler for jsps 2011-11-15 13:57:47 +11:00
jetty-http 363757 partial fix 2011-11-15 23:19:46 +11:00
jetty-http-spi Merge remote-tracking branch 'origin/master' into jetty-7.6 2011-11-07 18:09:31 +11:00
jetty-io 363757 partial fix 2011-11-15 23:19:46 +11:00
jetty-jaspi
jetty-jmx
jetty-jndi
jetty-monitor
jetty-nested
jetty-nosql
jetty-osgi
jetty-overlay-deployer
jetty-plus
jetty-policy
jetty-rewrite Merge remote-tracking branch 'origin/master' into jetty-7.6 2011-11-07 18:09:31 +11:00
jetty-security Merge remote-tracking branch 'origin/master' into jetty-7.6 2011-11-07 18:09:31 +11:00
jetty-server Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project 2011-11-15 18:01:30 +11:00
jetty-servlet
jetty-servlets 349110 MultiPartFilter records the content-type in request params 2011-11-15 19:09:31 +11:00
jetty-start
jetty-util 363785 - StdErrLog must use system-dependent EOL. 2011-11-15 10:19:10 +01:00
jetty-webapp
jetty-websocket Fixing testcase failure on blocking read/write during WebSocketClient use 2011-11-15 14:47:42 -07:00
jetty-xml reverted last changes due to instability 2011-11-10 12:11:58 +11:00
test-continuation
test-continuation-jetty6
test-jetty-nested
test-jetty-servlet
test-jetty-webapp fixed SSL buffer pool 2011-11-09 17:39:59 +11:00
tests Merge remote-tracking branch 'origin/master' into jetty-7.6 2011-11-07 18:09:31 +11: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
linux-packaging.xml
pom.xml Use org.apache.jasper.glassfish.2.1.0.v201110031002 from Orbit (equates to jsp-impl-2.1.3-b10) 2011-11-15 13:53:52 +11:00

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.