Posted By:
AlessandroA_Garbagnati
Posted On:
Tuesday, May 8, 2001 10:22 AM
Hi,
J2EE it's a specification not a specific application.
To run JSP you need a servlet container. Many Application Servers (like
Orion) contains a servlet container so they can run jsp and servlets. Others don't have this capability and they rely on external containers, (like
JBoss), that can be used with any servlet container you like.