Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
Go to file
Joakim Erdfelt 08082f7509 Merge branch 'jetty-9.4.x' of github.com:eclipse/jetty.project into jetty-9.4.x 2017-05-31 06:11:34 -07:00
LICENSE-CONTRIBUTOR
advisories
aggregates
apache-jsp
apache-jstl
examples
jetty-alpn Removed deprecated [name] section 2017-05-22 12:18:48 -04:00
jetty-annotations Deprecate ConcurrentHashSet (#1570) 2017-05-30 21:46:11 +02:00
jetty-ant
jetty-bom Issue #1536 adding missing artifacts 2017-05-22 10:33:01 -07:00
jetty-cdi
jetty-client Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'. 2017-05-17 13:16:21 +02:00
jetty-continuation
jetty-deploy Documentation updates 2017-05-18 12:12:32 -04:00
jetty-distribution Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x 2017-05-22 23:35:04 +02:00
jetty-documentation Sessions doco update 2017-05-30 10:14:27 -04:00
jetty-fcgi
jetty-gcloud
jetty-home
jetty-http Fixed #1579 forgiving of bad quality CSV 2017-05-30 10:19:14 +02:00
jetty-http-spi
jetty-http2 Deprecate ConcurrentHashSet (#1570) 2017-05-30 21:46:11 +02:00
jetty-infinispan
jetty-io Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'. 2017-05-17 15:32:48 +02:00
jetty-jaas
jetty-jaspi Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'. 2017-05-16 11:35:01 +02:00
jetty-jmx
jetty-jndi
jetty-jspc-maven-plugin
jetty-maven-plugin
jetty-memcached
jetty-monitor
jetty-nosql
jetty-osgi Deprecate ConcurrentHashSet (#1570) 2017-05-30 21:46:11 +02:00
jetty-overlay-deployer
jetty-plus Deprecate ConcurrentHashSet (#1570) 2017-05-30 21:46:11 +02:00
jetty-proxy
jetty-quickstart
jetty-rewrite
jetty-runner
jetty-security Merge pull request #1545 from olamy/bugfix/1520 2017-05-23 11:51:48 +02:00
jetty-server Deprecate ConcurrentHashSet (#1570) 2017-05-30 21:46:11 +02:00
jetty-servlet
jetty-servlets
jetty-spring
jetty-start
jetty-unixsocket
jetty-util Deprecate ConcurrentHashSet (#1570) 2017-05-30 21:46:11 +02:00
jetty-util-ajax
jetty-webapp Deprecate ConcurrentHashSet (#1570) 2017-05-30 21:46:11 +02:00
jetty-websocket Removing redundant new URI 2017-05-30 12:16:10 -07:00
jetty-xml Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x 2017-05-22 23:35:04 +02:00
logos
scripts
tests
.gitattributes
.gitignore
CONTRIBUTING.md
Jenkinsfile
KEYS.txt
LICENSE-eplv10-aslv20.html
NOTICE.txt
README.md
VERSION.txt
header-template.txt
pom.xml Removing tag, not relevant 2017-05-18 15:47:52 -07:00

README.md

Eclipse Jetty Canonical Repository

This is the canonical repository for the Jetty project, feel free to fork and contribute now!

Submitting a patch or pull request?

Make sure you have an Eclipse Contributor Agreement (ECA) on file.

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.