:
>
>> From: neilac333 [mailto:[EMAIL PROTECTED]
>> Subject: RE: Tomcat 5.5.23 Will Not Unpackage Application
>>
>> I did, however, find commons-el.jar in common/lib.
>> I removed it, but I continue to get the same result.
>
> Don't remove things fro
> From: neilac333 [mailto:[EMAIL PROTECTED]
> Subject: RE: Tomcat 5.5.23 Will Not Unpackage Application
>
> I did, however, find commons-el.jar in common/lib.
> I removed it, but I continue to get the same result.
Don't remove things from common/lib - Tomcat itself n
There is nothing in shared/lib. I did, however, find commons-el.jar in
common/lib. I removed it, but I continue to get the same result.
Here are the remaining contents of common/lib:
commons-logging.jar
jasper-compiler-jdt.jar
jasper-compiler.jar
jasper-runtime.jar
jsp-api.jar
log4j-1.2.14.jar
Hello !
NoClassDefFoundError is not the same thing as ClassNotFoundError. The second
one eventually means that the JVM can't find your class (and hence, your
.jar). But NoClassDefFoundError means that it does found it, but that then,
some resource needed by it is not found.
Maybe you should chec