Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWX
]
jetty5: The Jetty Webserver and Servlet Container
- Summary
- Jetty is a 100% Java HTTP Server and Servlet Container.
This means that you do not need to configure and run a
separate web server (like Apache) in order to use java,
servlets and JSPs to generate dynamic content. Jetty is
a fully featured web server for static and dynamic content.
Unlike separate server/container solutions, this means
that your web server and web application run in the same
process, without interconnection overheads and complications.
Furthermore, as a pure java component, Jetty can be simply
included in your application for demonstration, distribution
or deployment. Jetty is available on all Java supported
platforms.
Changelog
- * Fri Feb 2 11:00:00 2007 Ralph Apel <r.apel at r-apel.de> - 0:5.1.12-1jpp
-
- Upgrade to 5.1.12
- Add gcj_support option
- Avoid circular dependency with mx4j-tools thru bootstrap option
- * Thu Aug 10 12:00:00 2006 Ralph Apel <r{*}apel{%}r-apel{*}de> - 0:5.1.11-0.rc0.2jpp
-
- Fix version/release in changelog
- Introduce option '--without extra' to omit this subpackage and its (B)Rs
- Don't delete user on erase
- Tidy up BRs
- Add commons-el.jar to ext
- No ghost for lib/org.mortbay.jetty.jar, lib/org.mortbay.jmx.jar
- Avoid use of build-jar-repository in spec
- Avoid use of rebuild-jar-repository in init and start script
- Don't handle JETTY_PID file in init script: start script takes care
- Patch PostFileFilter to remove a (unused) com.sun package import
- Explicitly (B)R geronimo-jta-1.0.1B-api instead of any jta
- Add empty file /etc/jetty5/jetty.conf:
activate contexts manually if desired
- * Tue Jun 20 12:00:00 2006 Ralph Apel <r{*}apel{%}r-apel{*}de> - 0:5.1.2-3jpp
-
- First JPP-1.7 release