I need to see the servlet (.java) code of a simple JSP
Created May 7, 2012
Jeff Hubbach Try setting your classpath as follows:
classpath="[tomcat-root]/common/lib/jasper-compiler.jar:[tomcat-root]/common/lib/jasper-runtime.jar:[tomcat-root]/common/lib/servlet.jar:[ant-root]/lib/ant.jar"
You're probably going to have to switch / with .
classpath="[tomcat-root]/common/lib/jasper-compiler.jar:[tomcat-root]/common/lib/jasper-runtime.jar:[tomcat-root]/common/lib/servlet.jar:[ant-root]/lib/ant.jar"
You're probably going to have to switch / with .