Posted By:
Christopher_Koenigsberg
Posted On:
Sunday, January 7, 2007 05:36 PM
an i run JSP pages without java application server?
Depends on what you mean by "java application server". You don't necessarily need a full-blown J2EE application server (like jboss, WAS, WebLogic, Geronimo etc.) with an EJB container and JMS engine etc., but you DO need a server w (like Tomcat etc.) ith at least parts of a J2EE application server: a web server and a servlet container (where the servlet container includes the jsp compiler/translator).