Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
Go to file
Joakim Erdfelt 97f795160c Fixing windows build/test issues. 2020-10-16 13:54:27 -05:00
.github too early to test that 2020-10-13 09:51:38 +10:00
LICENSE-CONTRIBUTOR
advisories
aggregates
apache-jsp
apache-jstl
build-resources
examples Issue #5451 - Cleanup of temp file cleanup. 2020-10-15 18:10:38 -05:00
jetty-alpn Minimal change to setDefaultHostnameVerifier to allow compilation of tests 2020-10-12 06:43:53 -05:00
jetty-annotations
jetty-ant
jetty-bom
jetty-cdi
jetty-client Fixes #5409 - HttpClient fails intermittently with "Invalid response state TRANSIENT". 2020-10-13 23:18:26 +02:00
jetty-continuation
jetty-deploy
jetty-distribution
jetty-documentation Updating security reports to reference project page 2020-10-13 12:08:57 -05:00
jetty-fcgi
jetty-gcloud Bumping gcloud from 1.0.0 to 1.105.0 2020-10-08 14:59:34 -05:00
jetty-hazelcast
jetty-home
jetty-http Issue #5451 - Cleanup of temp file cleanup. 2020-10-15 18:10:38 -05:00
jetty-http-spi
jetty-http2 Code cleanup. 2020-10-15 15:41:57 +02:00
jetty-infinispan
jetty-io Issue #5451 - Cleanup of temp file cleanup. 2020-10-15 18:10:38 -05:00
jetty-jaas
jetty-jaspi Bump jaxb-api from 2.3.0 to 2.3.1 (#5431) 2020-10-12 19:35:40 +10:00
jetty-jmh
jetty-jmx
jetty-jndi
jetty-jspc-maven-plugin
jetty-maven-plugin Bumping gcloud from 1.0.0 to 1.105.0 2020-10-08 14:59:34 -05:00
jetty-memcached
jetty-nosql
jetty-openid
jetty-osgi Issue #5022 Filter Cache cleanup (#5271) 2020-10-05 13:29:11 +02:00
jetty-plus
jetty-proxy
jetty-quickstart
jetty-rewrite
jetty-runner
jetty-security
jetty-server Fixing windows build/test issues. 2020-10-16 13:54:27 -05:00
jetty-servlet Issue #5451 - Cleanup of temp file cleanup. 2020-10-15 18:10:38 -05:00
jetty-servlets Issue #5451 - Proper use of WorkDir 2020-10-16 06:43:12 -05:00
jetty-spring
jetty-start
jetty-unixsocket Generating unixsocket.mod [files] section with help maven-dependency-plugin details 2020-10-08 10:50:16 -05:00
jetty-util Fixing windows build/test issues. 2020-10-16 13:54:27 -05:00
jetty-util-ajax
jetty-webapp Fixing windows build/test issues. 2020-10-16 13:54:27 -05:00
jetty-websocket Merge pull request #5377 from eclipse/jetty-9.4.x-5368-WebSocketInputStream 2020-10-16 15:51:54 +11:00
jetty-xml
logos
scripts
tests Issue #5451 - Proper use of WorkDir 2020-10-16 06:43:12 -05:00
.gitattributes
.gitignore
CONTRIBUTING.md
Jenkinsfile
Jmh_Jenkinsfile
KEYS.txt
LICENSE
NOTICE.txt
README.md
VERSION.txt
header-template-doc.txt
header-template-java.txt
pom.xml Merge pull request #5429 from eclipse/dependabot/maven/jetty-9.4.x/org.jboss.weld.servlet-weld-servlet-core-3.1.5.Final 2020-10-12 09:41:24 -05: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 clean install -DskipTests.

Professional Services

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