> From: Giancarlo Frison [mailto:[EMAIL PROTECTED] 
> Subject: class loading problem: NoClassDefFoundError: 
> javax/servlet/http/HttpSessionListener
> 
> java.lang.NoClassDefFoundError: javax/servlet/http/HttpSessionListener

The above is frequently caused by having the servlet-api.jar in your
webapp's WEB-INF/lib directory.  You must not have the same jar in
multiple places in a single branch of the classloader tree.

 - 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