RE: Tomcat 5.5.23 Will Not Unpackage Application

2007-03-13 Thread neilac333
: > >> 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

RE: Tomcat 5.5.23 Will Not Unpackage Application

2007-03-13 Thread Caldarale, Charles R
> 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

RE: Tomcat 5.5.23 Will Not Unpackage Application

2007-03-13 Thread neilac333
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

Re: Tomcat 5.5.23 Will Not Unpackage Application

2007-03-11 Thread Pierre Goupil
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