Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
Go to file
Joakim Erdfelt 74490580da Merge branch 'jetty-9' into multimap-ng 2012-08-10 11:32:42 -07:00
LICENSE-CONTRIBUTOR
example-async-rest
example-jetty-embedded Jetty9 - Introduced ConnectionFactory for SelectChannelConnector. 2012-08-03 18:35:34 +02:00
jetty-ajp
jetty-annotations
jetty-client
jetty-continuation
jetty-deploy Jetty9 - Refactored usage of components that were using custom stop timeout to use the get/setStopTimeout() methods inherited from AbstractLifeCycle. 2012-08-10 19:02:16 +02:00
jetty-distribution jetty-9 include more modules 2012-08-09 19:31:50 +10:00
jetty-http Jetty9 - Cleaned up warnings and dead code. 2012-08-08 13:39:57 +02:00
jetty-http-spi
jetty-io Merge branch 'jetty-9' into multimap-ng 2012-08-10 11:32:42 -07:00
jetty-jaspi
jetty-jmx ignore test 2012-08-10 10:48:44 -05:00
jetty-jndi
jetty-jsp
jetty-monitor
jetty-nested
jetty-nosql
jetty-npn
jetty-osgi Jetty9 - Refactored usage of components that were using custom stop timeout to use the get/setStopTimeout() methods inherited from AbstractLifeCycle. 2012-08-10 19:02:16 +02:00
jetty-overlay-deployer
jetty-plugins reformat pom and set name to follow convention 2012-08-09 12:51:44 -05:00
jetty-plus
jetty-policy
jetty-proxy jetty-9 one connector passing more tests 2012-08-02 14:17:49 +10:00
jetty-rewrite Jetty9 - Refactored usage of components that were using custom stop timeout to use the get/setStopTimeout() methods inherited from AbstractLifeCycle. 2012-08-10 19:02:16 +02:00
jetty-security jetty-9 include more modules 2012-08-09 19:31:50 +10:00
jetty-server Merge branch 'jetty-9' into multimap-ng 2012-08-10 11:32:42 -07:00
jetty-servlet more surgical excision of LazyList 2012-08-10 06:37:50 -07:00
jetty-servlets [multimap-ng] step 1, make MultiMap participate as a full fledged member of the Collections framework 2012-08-10 10:25:10 -07:00
jetty-spdy Jetty9 - Introduced Connection.close() for better stop of lifecycle components. 2012-08-10 10:32:45 +02:00
jetty-start
jetty-util Merge branch 'jetty-9' into multimap-ng 2012-08-10 11:32:42 -07:00
jetty-util-ajax
jetty-webapp jetty-9 reduced LazyList usage 2012-08-08 11:58:50 +10:00
jetty-websocket Jetty9 - Refactored usage of components that were using custom stop timeout to use the get/setStopTimeout() methods inherited from AbstractLifeCycle. 2012-08-10 19:02:16 +02:00
jetty-xml Jetty9 - Introduced configure_9_0.dtd to support constructor injection for the <Configure> element. 2012-08-06 23:12:01 +02:00
test-continuation Fixing build issue with test-continuation module. (wrong scope) 2012-08-09 11:04:50 -07:00
test-continuation-jetty6
test-jetty-nested Jetty9 - Refactored usage of components that were using custom stop timeout to use the get/setStopTimeout() methods inherited from AbstractLifeCycle. 2012-08-10 19:02:16 +02:00
test-jetty-servlet
test-jetty-webapp Removing throws IOException on WSConnection.close() 2012-08-08 12:42:57 -07:00
tests Jetty9 - Refactored usage of components that were using custom stop timeout to use the get/setStopTimeout() methods inherited from AbstractLifeCycle. 2012-08-10 19:02:16 +02:00
.gitignore
BUILDING.txt
LICENSE-APACHE-2.0.txt
LICENSE-ECLIPSE-1.0.html
NOTICE.txt
README.txt
VERSION.txt jetty-9: jetty-spdy refactored to match jetty-9. 2012-07-27 16:18:47 +02:00
eclipse-jetty-templates.xml
icon.jpg
pom.xml jetty-9: jetty-plugins module added 2012-08-09 19:11:20 +02:00
settings.xml

README.txt

This is a source checkout of the Jetty webserver.

To build, use:

  mvn clean 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.