Service Description
Java 2 Enterprise Edition, or J2EE, is a collection of standards for developing component-based multitier enterprise applications in the Java programming language. The most popular use of J2EE is for developing Web-based applications, in the form of Java servlets and JSPs.
If your department has J2EE applications that need hosting, the Open Systems Group provides the following application servers:
- Tomcat 5 - An Open Source servlet and JSP Container. This version of Tomcat conforms to the servlet 2.4 and JSP 2.0 specifications (included in the J2EE 1.4 standard).
- WebSphere Application Server 4 - IBM's J2EE 1.2 compliant application server. This product serves EJBs, in addition to servlets and JSPs.

