On 5/3/05, Ferrari Laura <[EMAIL PROTECTED]> wrote:
> 
> 
> I am working with Tomcat 5.0
> 
> In a working webapp \ondemand (with only jsp) I added a servlet.
> 
> The servlet work correctly but the jsp is not able to find the
> lib/engine.jar (where the its classes are defined).

NoClassDefFoundError means that more than one matching class is found
in the classpath so your servlet's jar must contain a class that your
JSP's jar does or something related to that.

Regards,
-- 
Jason Bainbridge
http://kde.org - [EMAIL PROTECTED]
Personal Site - http://jasonbainbridge.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to