RE: java.lang.NoClassDefFoundError: javax/servlet/jsp/JspApplicationContext

2008-01-23 Thread Caldarale, Charles R
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Subject: java.lang.NoClassDefFoundError: > javax/servlet/jsp/JspApplicationContext Did you put jsp-api.jar in your webapp's WEB-INF/lib directory? You shouldn't; none of the jars or classes therein that Tomcat supplies i

java.lang.NoClassDefFoundError: javax/servlet/jsp/JspApplicationContext

2008-01-23 Thread jluthera
: Couldn't initialize Jasper java.lang.NoClassDefFoundError: javax/servlet/jsp/JspApplicationContext at org.apache.jasper.compiler.JspRuntimeContext.(JspRuntimeContext.java:73) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:247)