Jetty (web server)

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
Jetty
Jetty logo.png
Developer(s) Eclipse Foundation
Stable release 9.3.3 / 27 August 2015; 8 years ago (2015-08-27)[1]
Written in Java
Operating system Cross-platform (JVM)
Type Web server Servlet
License Apache License 2.0, Eclipse Public License 1.0
Website eclipse.org/jetty

Jetty is a Java HTTP (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] 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, Red5, Hadoop and I2P.[11] Jetty supports the latest Java Servlet API (with JSP support) as well as protocols HTTP/2 and WebSocket.

Overview

Developed as an independent open source project, in 2009 Jetty moved to Eclipse.[12][13] Jetty provides Web services in an embedded Java application and it is already a component of the Eclipse IDE. It supports AJP, JASPI, JMX, JNDI, OSGi, WebSocket and other Java technologies.[5]

History

Originally developed in the Sydney suburb of Balmain by software engineer Greg Wilkins, Jetty was originally a HTTP server component of Mort Bay Server (Mort Bay is an area of Balmain.)[14]

Jetty 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 continues to provide integrations, extensions, and packaging of Jetty versions 7.x and 8.x (not 9.x)[16][17]

Version Home Java Version Protocols Servlet Version JSP Version Status
9.3.x Eclipse[17] 1.8 HTTP/1.1, HTTP/2, WebSocket JSR356, SPDY 3.1 2.3 Stable since 2015-02-25[18][19]
9.2.x Eclipse[17] 1.7 HTTP/1.1, WebSocket JSR356, SPDY 3.1 2.3 Stable since 2014-04-16[20]
9.1.x Eclipse[17] 1.7 HTTP/1.1, WebSocket JSR356, SPDY 3.1 2.3 Stable since 2013-11-18[21]
9.0.x Eclipse[17] 1.7 HTTP/1.1, WebSocket, SPDY 3.0 (tracking 3.1 drafts) 2.2 Stable since 2013-03-08[22]
8.x Eclipse,[17] Codehaus[16] 1.6 HTTP/1.1, WebSocket, SPDY 3.0 2.1 Stable
7.x Eclipse,[17] Codehaus[16] 1.5, J2ME HTTP/1.1, WebSocket, SPDY 2.5 2.1 Stable
6.x Codehaus[16] 1.4–1.5 HTTP/1.1 2.5 2.0 Deprecated[23]
5.x SourceForge 1.2–1.5 HTTP/1.1 2.4 2.0 Deprecated
4.x SourceForge 1.2, J2ME HTTP/1.1 2.3 1.2 Ancient
3.x SourceForge 1.2 HTTP/1.1 RFC2068 2.2 1.1 Fossilized
2.x Mortbay 1.1 HTTP/1.0 RFC1945 2.1 1.0 Legendary
1.x Mortbay 1.0 HTTP/1.0 RFC1945 Mythical

See also

References

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. Lua error in package.lua at line 80: module 'strict' not found.
  4. Lua error in package.lua at line 80: module 'strict' not found.
  5. 5.0 5.1 Lua error in package.lua at line 80: module 'strict' not found.
  6. Lua error in package.lua at line 80: module 'strict' not found.
  7. Lua error in package.lua at line 80: module 'strict' not found.[dead link]
  8. Lua error in package.lua at line 80: module 'strict' not found.
  9. Lua error in package.lua at line 80: module 'strict' not found.
  10. Lua error in package.lua at line 80: module 'strict' not found.
  11. Lua error in package.lua at line 80: module 'strict' not found.
  12. Lua error in package.lua at line 80: module 'strict' not found.
  13. Lua error in package.lua at line 80: module 'strict' not found.
  14. 14.0 14.1 Lua error in package.lua at line 80: module 'strict' not found.
  15. Lua error in package.lua at line 80: module 'strict' not found.
  16. 16.0 16.1 16.2 16.3 About Jetty, Located on Codehaus.
  17. 17.0 17.1 17.2 17.3 17.4 17.5 17.6 About Jetty, Located on Eclipse.
  18. Lua error in package.lua at line 80: module 'strict' not found.
  19. Lua error in package.lua at line 80: module 'strict' not found.
  20. Lua error in package.lua at line 80: module 'strict' not found.
  21. Lua error in package.lua at line 80: module 'strict' not found.
  22. Lua error in package.lua at line 80: module 'strict' not found.
  23. Lua error in package.lua at line 80: module 'strict' not found.

External links