Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
Go to file
Joakim Erdfelt 0162140e09 Merge branch 'jetty-9.2.x' into jetty-9.3.x 2016-10-19 16:16:59 -07:00
LICENSE-CONTRIBUTOR add cla-tbecker.txt 2012-07-17 21:37:33 +02:00
advisories Adding reference to patched versions of jetty-http jars 2015-02-25 16:10:06 -07:00
aggregates set for dev 2016-09-30 19:05:47 +00:00
apache-jsp set for dev 2016-09-30 19:05:47 +00:00
apache-jstl set for dev 2016-09-30 19:05:47 +00:00
examples set for dev 2016-09-30 19:05:47 +00:00
jetty-alpn set for dev 2016-09-30 19:05:47 +00:00
jetty-annotations set for dev 2016-09-30 19:05:47 +00:00
jetty-ant set for dev 2016-09-30 19:05:47 +00:00
jetty-cdi set for dev 2016-09-30 19:05:47 +00:00
jetty-client Issue #295 Ensure Jetty Client use of Inflater calls .end() to avoid memory leak 2016-10-06 16:12:53 +02:00
jetty-continuation set for dev 2016-09-30 19:05:47 +00:00
jetty-deploy set for dev 2016-09-30 19:05:47 +00:00
jetty-distribution LSB Tags #926 2016-10-14 13:58:20 +11:00
jetty-documentation Merge branch 'jetty-9.3.x-docs-ssl' of git://github.com/shauway/jetty.project into shauway-jetty-9.3.x-docs-ssl 2016-10-19 13:08:20 -07:00
jetty-fcgi set for dev 2016-09-30 19:05:47 +00:00
jetty-gcloud set for dev 2016-09-30 19:05:47 +00:00
jetty-http set for dev 2016-09-30 19:05:47 +00:00
jetty-http-spi set for dev 2016-09-30 19:05:47 +00:00
jetty-http2 set for dev 2016-09-30 19:05:47 +00:00
jetty-infinispan set for dev 2016-09-30 19:05:47 +00:00
jetty-io set for dev 2016-09-30 19:05:47 +00:00
jetty-jaas fix for userRdnAttribute value != username 2016-10-14 13:20:04 +13:00
jetty-jaspi set for dev 2016-09-30 19:05:47 +00:00
jetty-jmx set for dev 2016-09-30 19:05:47 +00:00
jetty-jndi set for dev 2016-09-30 19:05:47 +00:00
jetty-jspc-maven-plugin set for dev 2016-09-30 19:05:47 +00:00
jetty-maven-plugin set for dev 2016-09-30 19:05:47 +00:00
jetty-monitor set for dev 2016-09-30 19:05:47 +00:00
jetty-nosql set for dev 2016-09-30 19:05:47 +00:00
jetty-osgi set for dev 2016-09-30 19:05:47 +00:00
jetty-overlay-deployer Happy New Year 2016 2016-01-04 14:31:22 -07:00
jetty-plus set for dev 2016-09-30 19:05:47 +00:00
jetty-proxy set for dev 2016-09-30 19:05:47 +00:00
jetty-quickstart set for dev 2016-09-30 19:05:47 +00:00
jetty-rewrite set for dev 2016-09-30 19:05:47 +00:00
jetty-runner set for dev 2016-09-30 19:05:47 +00:00
jetty-security set for dev 2016-09-30 19:05:47 +00:00
jetty-server Fixes #292 - NPE in SslConnectionFactory newConnection. 2016-10-17 19:14:01 +02:00
jetty-servlet Fix typo in DefaultServlet (#988) 2016-10-14 14:18:16 +11:00
jetty-servlets set for dev 2016-09-30 19:05:47 +00:00
jetty-spring set for dev 2016-09-30 19:05:47 +00:00
jetty-start set for dev 2016-09-30 19:05:47 +00:00
jetty-util set for dev 2016-09-30 19:05:47 +00:00
jetty-util-ajax set for dev 2016-09-30 19:05:47 +00:00
jetty-webapp set for dev 2016-09-30 19:05:47 +00:00
jetty-websocket set for dev 2016-09-30 19:05:47 +00:00
jetty-xml set for dev 2016-09-30 19:05:47 +00:00
logos Adding logos 2016-07-08 08:45:26 -07:00
scripts Fixing script 2016-10-14 10:33:33 -07:00
tests Issue #989 - InputStreamResponseListener.get() throws with HTTP/2 following redirect. 2016-10-17 15:46:43 +02:00
.gitattributes More fixes for Windows build 2013-11-04 16:50:18 -07:00
.gitignore Adding <c:catch> JSTL test cases 2015-07-23 16:11:16 -07:00
CONTRIBUTING.md Issue #367 Resolve remaining git.eclipse.org build references 2016-02-26 08:03:33 -06:00
Jenkinsfile Merge branch 'jetty-9.2.x' into jetty-9.3.x 2016-10-19 16:16:59 -07:00
LICENSE-eplv10-aslv20.html 392237 renamed license file 2012-10-18 14:33:23 +11:00
NOTICE.txt Happy New Year 2016 2016-01-04 14:31:22 -07:00
README.md Updates for Chapter 14. 2016-07-20 16:09:01 -04:00
VERSION.txt set for dev 2016-09-30 19:05:47 +00:00
header-template.txt standardize license header blocks 2012-08-16 19:11:27 -05:00
pom.xml Merge branch 'jetty-9.2.x' into jetty-9.3.x 2016-10-19 10:56:49 -07:00

README.md

Project description

Jetty is a lightweight highly scalable java based web server and servlet engine. Our goal is to support web protocols like HTTP, HTTP/2 and WebSocket in a high volume low latency way that provides maximum performance while retaining the ease of use and compatibility with years of servlet development. Jetty is a modern fully async web server that has a long history as a component oriented technology easily embedded into applications while still offering a solid traditional distribution for webapp deployment.

Documentation

Project documentation is available on the Jetty Eclipse website.

Building

To build, use:

  mvn clean install

The Jetty distribution will be built in jetty-distribution/target/distribution.

The first build may take a longer than expected as Maven downloads all the dependencies.

The build 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.

It is possible to bypass tests by building with mvn -Dmaven.test.skip=true install but note that this will not produce some of the test jars that are leveraged in other places in the build.

Professional Services

Expert advice and production support are available through Webtide.com.