A JSP Container is a middleware library, that is able to translate JSP pages into HTML.
Common JSP containers are:
- Jakarta Tomcat
- Jetty
- JBoss
(Actually, a J2EE server, which implies JSP's among many other technologies)
- Resin
A JSP container is always also a Servlet Container, but the reverse is not necessarily true.
Add new attachment
Only authorized users are allowed to upload new attachments.