Eclipse Jetty - Servlet Engine and Http Server

Scope

Eclipse Jetty is a Java-based web server and implementation of the Servlet Specification and is currently a part of the Eclipse Foundation. Code is hosted at GitHub and is distributed under the Apache 2.0 license and Eclipse Public License 1.0. It was initially implemented in 1995 as MBServler, and has gone through 6 major releases since then. It is now one of the premier implementations of the Servlet standard as found by the monthly survey found at Netcraft.com. While that survey would not count Jetty instances behind firewalls, Apache HTTPD facades, load balancers, or instances with identifiers turned off, it still finds nearly a quarter million internet domains served directly by versions of the Jetty server. Since the version 3.3 release of the Eclipse IDE, Jetty has been employed to serve its help system. It is a mature project and technology, with numerous committers, both to its core, and to its add-on efforts. Furthermore, numerous commercial products and other open source projects use Jetty as an integral component. The Jetty Powered Page shows many examples of commercial use.

Releases
Name Date
12.0 2023-07-20
11.0 2020-09-02
10.0 2020-09-02
9.3.0 2015-02-25
9.2.0 2014-04-16
9.1 2013-10-16
9.0 2013-03-08
8.1 2012-01-27
7.6 2012-01-27
7.5 2011-09-01
8.0 2011-09-01
7.4 2011-04-14
7.3 2011-02-03
7.2 2010-10-20
7.1 2010-05-05
7.0 2009-10-05
Reviews
Name Date
2024.07 Progress Review 2024-07-31
2023.07 Progress Review 2023-05-01
10.0 Release Review 2020-09-02
11.0 Release Review 2020-09-02
9.3.0 Release Review 2015-02-25
9.2.0 Release Review 2014-04-16
9.1 Release Review 2013-10-16
9.0 Release Review 2013-02-06
8.1 Release 2011-12-14
7.6 Release 2011-12-14
7.5 and 8.0 Release 2011-08-31
7.4.2 Release 2011-06-15
7.4.0 Release 2011-04-13
Release 7.3.0 2011-01-19
7.2 Release 2010-10-20
7.1 Release 2010-05-12
Graduation/Release 7.0 2009-06-24
Creation 2009-03-11