Jetty (web server)

(Redirected from Jetty (Web server))

Eclipse Jetty is a Java web server and Java Servlet container. While web servers are usually associated with serving documents to people, Jetty is now often used for machine to machine communications, usually within larger software frameworks. Jetty is developed as a free and open source project as part of the Eclipse Foundation. The web server is used in products such as Apache ActiveMQ,[2] Alfresco,[3] Scalatra, Apache Geronimo,[4] Apache Maven, Apache Spark, Google App Engine,[5] Eclipse,[6] FUSE,[7] iDempiere,[8] Twitter's Streaming API[9] and Zimbra.[10] Jetty is also the server in open source projects such as Lift, Eucalyptus, OpenNMS, Red5, Hadoop and I2P.[11] Jetty supports the latest Java Servlet API (with JSP support) as well as protocols HTTP/2 and WebSocket.

Jetty
Original author(s)Greg Wilkins
Developer(s)Eclipse Foundation
Initial release1995; 29 years ago (1995)
Stable release(s)
12.0.x12.0.0 / August 7, 2023; 10 months ago (2023-08-07)[1]
11.0.x11.0.15 / April 13, 2023; 14 months ago (2023-04-13)[1]
10.0.x10.0.15 / April 13, 2023; 14 months ago (2023-04-13)[1]
9.4.x9.4.52 / August 28, 2023; 9 months ago (2023-08-28)[1]
RepositoryJetty Repository
Written inJava
Operating systemCross-platform (JVM)
TypeWeb server, Servlet container
LicenseApache License 2.0, Eclipse Public License v1.0
Websitejetty.org

Overview

edit

Jetty started as an independent open-source project in 1995. In 2009 Jetty moved to Eclipse.[12][13] Jetty often provides support for Web services in an embedded Java application and it is already a component of the Eclipse IDE. It provides support for a wide variety of specifications and protocols including JASPI, JMX, JNDI, OSGi, WebSocket, HTTP/2, and more.[5]

History

edit

Originally developed by software engineer Greg Wilkins, Jetty was an HTTP server component of Mort Bay Server. It was originally called IssueTracker (its original application) and then MBServler (Mort Bay Servlet server). Neither of these were much liked, so Jetty was finally picked.[14]

Jetty was started in 1995 and was hosted by MortBay, creating version 1.x and 2.x, until 2000. From 2000 to 2005, Jetty was hosted by sourceforge.net where version 3.x, 4.x, and 5.x were produced. In 2005, the entire Jetty project moved to codehaus.org.[15] As of 2009, the core components of Jetty have been moved to Eclipse.org, and Codehaus.org continued to provide integrations, extensions, and packaging of Jetty versions 7.x and 8.x (not 9.x)[16][17] In 2016, the main repository of Jetty moved to GitHub,[18] where it is still developed under the Eclipse IP Process.

VersionHomeMin Java VersionProtocolsServlet VersionJSP VersionStatus
12.0.xEclipse17HTTP/1.1 RFC7230, HTTP/2 RFC7540, WebSocket RFC6455/JSR356, FastCGI, JakartaEE Namespace6.03.1Stable[19]
11.0.xEclipse11HTTP/1.1 RFC7230, HTTP/2 RFC7540, WebSocket RFC6455/JSR356, FastCGI, JakartaEE Namespace5.03.0Stable[19]
10.0.xEclipse11HTTP/1.1 RFC7230, HTTP/2 RFC7540, WebSocket RFC6455/JSR356, FastCGI4.02.3Stable[19]
9.4.xEclipse1.8HTTP/1.1 RFC7230, HTTP/2 RFC7540, WebSocket RFC6455/JSR356, FastCGI3.12.3Stable[19]
9.3.xEclipse1.8HTTP/1.1 RFC7230, HTTP/2 RFC7540, WebSocket RFC6455/JSR356, FastCGI3.12.3Deprecated[19]
9.2.xEclipse1.7HTTP/1.1 RFC2616, WebSocket RFC6455, SPDY v33.12.3Deprecated[19]
9.1.xEclipse1.7HTTP/1.1 RFC26163.12.3Deprecated[19]
9.0.xEclipse1.7HTTP/1.1 RFC26163.1-beta2.3Deprecated[19]
8.xEclipse/Codehaus1.6HTTP/1.1 RFC2616, WebSocket RFC6455, SPDY v33.02.2Venerable[19]
7.xEclipse/Codehaus1.5HTTP/1.1 RFC2616, WebSocket RFC6455, SPDY v32.52.1Venerable[19]
6.xCodehaus1.4–1.5HTTP/1.1 RFC26162.52.0Antique[19]
5.xSourceForge1.2–1.5HTTP/1.1 RFC26162.42.0Relic[19]
4.xSourceForge1.2, J2MEHTTP/1.1 RFC26162.31.2Ancient[19]
3.xSourceForge1.2HTTP/1.1 RFC20682.21.1Fossilized[19]
2.xMortbay1.1HTTP/1.0 RFC19452.11.0Legendary[19]
1.xMortbay1.0HTTP/1.0 RFC1945--Mythical[19]

See also

edit

References

edit
edit

Official website