Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
Go to file
Simone Bordet 38d48395b0 Issue #918 - Support certificates hot reload.
Introduced SslContextFactory.reload(Consumer) to perform atomic
reload of SslContextFactory.
2016-09-30 17:48:09 +02: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 Updating to version 9.3.13-SNAPSHOT 2016-09-15 07:34:52 -07:00
apache-jsp Updating to version 9.3.13-SNAPSHOT 2016-09-15 07:34:52 -07:00
apache-jstl Updating to version 9.3.13-SNAPSHOT 2016-09-15 07:34:52 -07:00
examples Resolves #943 2016-09-29 10:13:35 -04:00
jetty-alpn Updating to version 9.3.13-SNAPSHOT 2016-09-15 07:34:52 -07:00
jetty-annotations Updating to version 9.3.13-SNAPSHOT 2016-09-15 07:34:52 -07:00
jetty-ant Updating to version 9.3.13-SNAPSHOT 2016-09-15 07:34:52 -07:00
jetty-cdi Updating to version 9.3.13-SNAPSHOT 2016-09-15 07:34:52 -07:00
jetty-client Added assumption to make test more robust. 2016-09-26 15:04:21 +02:00
jetty-continuation Updating to version 9.3.13-SNAPSHOT 2016-09-15 07:34:52 -07:00
jetty-deploy Merge branch 'jetty-9.2.x' into jetty-9.3.x 2016-09-27 14:23:30 -07:00
jetty-distribution Updating to version 9.3.13-SNAPSHOT 2016-09-15 07:34:52 -07:00
jetty-documentation Updates quickstart docs for #896 2016-09-29 11:57:53 -04:00
jetty-fcgi Fixes #966 - Remove usages of ConcurrentArrayQueue. 2016-09-28 11:40:39 +02:00
jetty-gcloud Updating to version 9.3.13-SNAPSHOT 2016-09-15 07:34:52 -07:00
jetty-http Updating to version 9.3.13-SNAPSHOT 2016-09-15 07:34:52 -07:00
jetty-http-spi Updating to version 9.3.13-SNAPSHOT 2016-09-15 07:34:52 -07:00
jetty-http2 Fixes #966 - Remove usages of ConcurrentArrayQueue. 2016-09-28 11:40:39 +02:00
jetty-infinispan Updating to version 9.3.13-SNAPSHOT 2016-09-15 07:34:52 -07:00
jetty-io Fixes #966 - Remove usages of ConcurrentArrayQueue. 2016-09-28 11:40:39 +02:00
jetty-jaas Updating to version 9.3.13-SNAPSHOT 2016-09-15 07:34:52 -07:00
jetty-jaspi Updating to version 9.3.13-SNAPSHOT 2016-09-15 07:34:52 -07:00
jetty-jmx Updating to version 9.3.13-SNAPSHOT 2016-09-15 07:34:52 -07:00
jetty-jndi Updating to version 9.3.13-SNAPSHOT 2016-09-15 07:34:52 -07:00
jetty-jspc-maven-plugin Updating to version 9.3.13-SNAPSHOT 2016-09-15 07:34:52 -07:00
jetty-maven-plugin Updating to version 9.3.13-SNAPSHOT 2016-09-15 07:34:52 -07:00
jetty-monitor Updating to version 9.3.13-SNAPSHOT 2016-09-15 07:34:52 -07:00
jetty-nosql Updating to version 9.3.13-SNAPSHOT 2016-09-15 07:34:52 -07:00
jetty-osgi Updating to version 9.3.13-SNAPSHOT 2016-09-15 07:34:52 -07:00
jetty-overlay-deployer Happy New Year 2016 2016-01-04 14:31:22 -07:00
jetty-plus Updating to version 9.3.13-SNAPSHOT 2016-09-15 07:34:52 -07:00
jetty-proxy Fixes #277 - Proxy servlet does not handle HTTP status 100 correctly. 2016-09-26 12:05:03 +02:00
jetty-quickstart Updating to version 9.3.13-SNAPSHOT 2016-09-15 07:34:52 -07:00
jetty-rewrite Updating to version 9.3.13-SNAPSHOT 2016-09-15 07:34:52 -07:00
jetty-runner Updating to version 9.3.13-SNAPSHOT 2016-09-15 07:34:52 -07:00
jetty-security Updating to version 9.3.13-SNAPSHOT 2016-09-15 07:34:52 -07:00
jetty-server Issue #918 - Support certificates hot reload. 2016-09-30 17:48:09 +02:00
jetty-servlet Fixes #960 - Async I/O spin when reading early EOF. 2016-09-26 11:49:57 +02:00
jetty-servlets Updating to version 9.3.13-SNAPSHOT 2016-09-15 07:34:52 -07:00
jetty-spring Updating to version 9.3.13-SNAPSHOT 2016-09-15 07:34:52 -07:00
jetty-start Fixes #948 - 9.4.0.RC0 jetty-distribution invalid config etc/jetty-http2c.xml. 2016-09-22 21:48:08 +02:00
jetty-util Issue #918 - Support certificates hot reload. 2016-09-30 17:48:09 +02:00
jetty-util-ajax Updating to version 9.3.13-SNAPSHOT 2016-09-15 07:34:52 -07:00
jetty-webapp Updating to version 9.3.13-SNAPSHOT 2016-09-15 07:34:52 -07:00
jetty-websocket Fixes #966 - Remove usages of ConcurrentArrayQueue. 2016-09-28 11:40:39 +02:00
jetty-xml Updating to version 9.3.13-SNAPSHOT 2016-09-15 07:34:52 -07:00
logos Adding logos 2016-07-08 08:45:26 -07:00
scripts Adding release-jetty.sh script (for those that want it) 2016-06-20 09:08:53 -07:00
tests Made test more robust. 2016-09-26 23:17:29 +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-09-26 09:47:51 -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 Removing documentation issues from Version. 2016-09-20 17:50:34 -04:00
header-template.txt standardize license header blocks 2012-08-16 19:11:27 -05:00
pom.xml Updating to version 9.3.13-SNAPSHOT 2016-09-15 07:34:52 -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.