> 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 in
its lib directory may be present in a webapp's libraries.  Also, if
you've set the CLASSPATH environment variable, get rid of that;
CLASSPATH must not be used in conjunction with Tomcat.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to