Jetty (web server)

Jetty is written in Java Servlet / JSP container and Web server. It is released as open source software under the Apache license and the Eclipse Public License, however, is not a project of the Apache Software Foundation. Its architectural design and small size make it easy to integrate it with other software. Among other things, the J2EE application server JOnAS and Geronimo use it for processing servlets and JSPs.

Jetty uses the JSP compiler Jasper Apache Tomcat.

The Google Web Toolkit ( GWT) has been using version 1.6 on Jetty, GWT previously worked with Apache Tomcat.

437123
de