> From: Ladislav Gaspar [mailto:ladislav.gas...@it-vision.com]
> Subject: AW: NoClassDefFoundError: HttpServlet
>
> The sample servlets work.

Good - which says the problem is isolated to your webapp, so that narrows the 
focus.

> But what could that be?

It looks like somewhere in your webapp, you're carrying around a second copy of 
HttpServlet.  You'll need to go through all your jars, looking for classes that 
duplicate ones that Tomcat provides.  Also look in the META-INF/MANIFEST.MF 
entries of each jar, to see if there's a Class-Path entry that links to other 
jars it shouldn't.

 - 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 unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to