Jetty (web server)
From Wikipedia, the free encyclopedia
For other uses, see Jetty (disambiguation).
| Jetty | |
|---|---|
![]() |
|
| Developed by | Mort Bay Consulting |
| Latest release | 6.1.10 / May 21, 2008 |
| Preview release | 7.0.0 / April 23, 2008 |
| Written in | Java |
| OS | Cross-platform (JVM) |
| Genre | Web server |
| License | Apache License 2.0 |
| Website | http://jetty.mortbay.com |
Jetty is a 100% pure Java-based HTTP Server and Servlet Container. Jetty is released as an open source project under the Apache 2.0 License. Jetty is used by several other popular projects including the JBoss and Geronimo Application Servers.
Development of Jetty is focused on creating a simple, efficient, embeddable and pluggable web server. Due to Jetty's small size, Jetty is suitable for providing web services in an embedded Java application.
[edit] See also
- Apache Tomcat
- Application server
- JavaServer Pages
- Java Platform, Enterprise Edition
- Java Servlet
- Web service


