Jetty: An Efficient, Easy to Manage Alternative to WebSphere
August 27, 2008 Mike Brown
Note: The code accompanying this article is available for download here. In the past couple of years, I have talked with colleagues and read articles about the complexity of WebSphere and the resources it uses. There are alternatives to WebSphere when you need a Servlet or JSP container. Apache Tomcat is probably one of the better known competitors to WebSphere. However, I would like to introduce you to another one that is smaller, easier to manage, and just plain works: Jetty. Introduction to Jetty Jetty is an open source Web server–implemented in Java–that provides Servlet and JSP support, |