Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
Go to file
Jan Bartel 280000e88a Merge remote-tracking branch 'origin/master' into jetty-9.1
Conflicts:
	VERSION.txt
	aggregates/jetty-all/pom.xml
	examples/async-rest/async-rest-jar/pom.xml
	examples/async-rest/async-rest-webapp/pom.xml
	examples/async-rest/pom.xml
	examples/embedded/pom.xml
	examples/pom.xml
	jetty-annotations/pom.xml
	jetty-ant/pom.xml
	jetty-client/pom.xml
	jetty-continuation/pom.xml
	jetty-deploy/pom.xml
	jetty-distribution/pom.xml
	jetty-http-spi/pom.xml
	jetty-http/pom.xml
	jetty-io/pom.xml
	jetty-jaas/pom.xml
	jetty-jaspi/pom.xml
	jetty-jmx/pom.xml
	jetty-jndi/pom.xml
	jetty-jsp/pom.xml
	jetty-jspc-maven-plugin/pom.xml
	jetty-maven-plugin/pom.xml
	jetty-monitor/pom.xml
	jetty-nosql/pom.xml
	jetty-osgi/jetty-osgi-boot-jsp/pom.xml
	jetty-osgi/jetty-osgi-boot-warurl/pom.xml
	jetty-osgi/jetty-osgi-boot/pom.xml
	jetty-osgi/jetty-osgi-httpservice/pom.xml
	jetty-osgi/jetty-osgi-npn/pom.xml
	jetty-osgi/pom.xml
	jetty-osgi/test-jetty-osgi-context/pom.xml
	jetty-osgi/test-jetty-osgi-webapp/pom.xml
	jetty-overlay-deployer/pom.xml
	jetty-plus/pom.xml
	jetty-proxy/pom.xml
	jetty-rewrite/pom.xml
	jetty-runner/pom.xml
	jetty-security/pom.xml
	jetty-server/pom.xml
	jetty-server/src/main/java/org/eclipse/jetty/server/HttpOutput.java
	jetty-servlet/pom.xml
	jetty-servlets/pom.xml
	jetty-spdy/pom.xml
	jetty-spdy/spdy-client/pom.xml
	jetty-spdy/spdy-core/pom.xml
	jetty-spdy/spdy-example-webapp/pom.xml
	jetty-spdy/spdy-http-server/pom.xml
	jetty-spdy/spdy-server/pom.xml
	jetty-spring/pom.xml
	jetty-start/pom.xml
	jetty-util-ajax/pom.xml
	jetty-util/pom.xml
	jetty-webapp/pom.xml
	jetty-websocket/pom.xml
	jetty-websocket/websocket-api/pom.xml
	jetty-websocket/websocket-client/pom.xml
	jetty-websocket/websocket-common/pom.xml
	jetty-websocket/websocket-server/pom.xml
	jetty-websocket/websocket-servlet/pom.xml
	jetty-xml/pom.xml
	pom.xml
	tests/pom.xml
	tests/test-continuation/pom.xml
	tests/test-loginservice/pom.xml
	tests/test-sessions/pom.xml
	tests/test-sessions/test-hash-sessions/pom.xml
	tests/test-sessions/test-jdbc-sessions/pom.xml
	tests/test-sessions/test-sessions-common/pom.xml
	tests/test-webapps/pom.xml
	tests/test-webapps/test-jaas-webapp/pom.xml
	tests/test-webapps/test-jetty-webapp/pom.xml
	tests/test-webapps/test-jetty-webapp/src/main/config/demo/webapps/test.xml
	tests/test-webapps/test-jndi-webapp/pom.xml
	tests/test-webapps/test-mock-resources/pom.xml
	tests/test-webapps/test-proxy-webapp/pom.xml
	tests/test-webapps/test-servlet-spec/pom.xml
	tests/test-webapps/test-servlet-spec/test-container-initializer/pom.xml
	tests/test-webapps/test-servlet-spec/test-spec-webapp/pom.xml
	tests/test-webapps/test-servlet-spec/test-web-fragment/pom.xml
	tests/test-webapps/test-webapp-rfc2616/pom.xml
2013-08-29 12:59:32 +10:00
LICENSE-CONTRIBUTOR add cla-tbecker.txt 2012-07-17 21:37:33 +02:00
aggregates/jetty-all Fixing javadoc generation in jetty-all 2013-08-14 12:14:47 -07:00
dists committing checkpoint for debs 2012-11-20 09:48:52 -06:00
examples Merge remote-tracking branch 'origin/master' into jetty-9.1 2013-08-29 12:59:32 +10:00
jetty-annotations first pass for mod files for distribution 2013-08-22 11:53:58 -05:00
jetty-ant Fixing malformed Javadoc warnings in jetty-ant 2013-08-14 12:46:25 -07:00
jetty-client Merge branch 'jetty-9.1' into jetty-9.1-altstart 2013-08-23 11:49:41 -07:00
jetty-continuation Merge branch 'jetty-9.1' into javawebsocket-jsr 2013-06-19 15:07:15 -07:00
jetty-deploy Merge branch 'release-9' 2013-08-23 18:58:01 -05:00
jetty-distribution jetty-start / removing --module= references in start.ini 2013-08-26 16:47:08 -07:00
jetty-http Merge remote-tracking branch 'origin/master' into jetty-9.1 2013-08-15 10:01:19 +10:00
jetty-http-spi Fixing version reference. 2013-07-26 14:11:35 -07:00
jetty-io Changed defaults for ArrayByteBufferPool. 2013-08-23 15:56:44 +02:00
jetty-jaas 414635 Modular start.d and jetty.base property 2013-08-23 15:47:50 -07:00
jetty-jaspi Update to post-release (servlet 3.1/javaee) versions of javaee dependencies. WARNING: jetty-schemas from jetty-toolchain needs to be changed from SNAPSHOT to final release. 2013-07-12 13:53:58 +10:00
jetty-jmx first pass for mod files for distribution 2013-08-22 11:53:58 -05:00
jetty-jndi Merge branch 'release-9' 2013-08-23 18:58:01 -05:00
jetty-jsp 414635 Modular start.d and jetty.base property 2013-08-22 14:52:02 -07:00
jetty-jspc-maven-plugin Merge remote-tracking branch 'origin/master' into servlet-3.1-api 2013-05-23 09:50:27 +10:00
jetty-maven-plugin Merge branch 'release-9' 2013-08-23 18:58:01 -05:00
jetty-monitor first pass for mod files for distribution 2013-08-22 11:53:58 -05:00
jetty-nosql Merge branch 'release-9' 2013-08-23 18:58:01 -05:00
jetty-osgi Merge remote-tracking branch 'origin/master' into jetty-9.1 2013-08-29 12:59:32 +10:00
jetty-overlay-deployer first pass for mod files for distribution 2013-08-22 11:53:58 -05:00
jetty-plus 414635 Modular start.d and jetty.base property 2013-08-22 14:21:52 -07:00
jetty-proxy add servlet/s mod 2013-08-22 12:21:52 -05:00
jetty-rewrite first pass for mod files for distribution 2013-08-22 11:53:58 -05:00
jetty-rhttp Merge remote-tracking branch 'origin/master' into servlet-3.1-api 2013-03-18 16:00:23 +11:00
jetty-runner Merge remote-tracking branch 'origin/master' into servlet-3.1-api 2013-06-17 16:29:39 +10:00
jetty-security add security mod 2013-08-22 12:07:51 -05:00
jetty-server Merge remote-tracking branch 'origin/master' into jetty-9.1 2013-08-29 12:59:32 +10:00
jetty-servlet Merge branch 'release-9' 2013-08-23 18:58:01 -05:00
jetty-servlets add servlet/s mod 2013-08-22 12:21:52 -05:00
jetty-spdy 415780 fix StreamAlreadyCommittedException in spdy build 2013-08-28 17:15:48 +02:00
jetty-spring Merge remote-tracking branch 'origin/master' into servlet-3.1-api 2013-05-23 09:50:27 +10:00
jetty-start Merge branch 'jetty-9.1' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-9.1 2013-08-27 13:41:20 +10:00
jetty-util Merge remote-tracking branch 'origin/master' into jetty-9.1 2013-08-29 12:59:32 +10:00
jetty-util-ajax Fixing malformed Javadoc warnings in jetty-util-ajax 2013-08-14 12:46:25 -07:00
jetty-webapp Merge branch 'release-9' 2013-08-23 18:58:01 -05:00
jetty-websocket WebSocket / Fixing support for permessage-deflate extension 2013-08-28 11:49:54 -07:00
jetty-xml 414740 Removed the parent peeking Loader 2013-08-09 17:53:43 +10:00
tests Merge remote-tracking branch 'origin/master' into jetty-9.1 2013-08-29 12:59:32 +10:00
.gitignore add bin/ to ignore and update pom to 20-SNAPSHOT 2012-07-20 13:06:35 -05:00
LICENSE-eplv10-aslv20.html 392237 renamed license file 2012-10-18 14:33:23 +11:00
NOTICE.txt Fixing NOTICE.txt copyright, as all of the mentioned companies are one in the same. 2012-02-02 15:50:00 -07:00
README.txt empty 2013-04-02 11:33:09 -05:00
VERSION.txt Merge remote-tracking branch 'origin/master' into jetty-9.1 2013-08-29 12:59:32 +10:00
header-template.txt standardize license header blocks 2012-08-16 19:11:27 -05:00
icon.jpg Add an icon.jpg file to the project. 2011-07-06 14:41:50 -05:00
pom.xml Merge branch 'release-9' 2013-08-23 18:58:01 -05:00
settings.xml set proxy 2011-12-02 16:48:51 -06:00

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.