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 neilac333
.jar naming-factory-dbcp.jar naming-factory.jar naming-resources.jar servlet-api.jar Off the top of your head, do you know any others I should consider removing? Neil Caldarale, Charles R wrote: > >> From: neilac333 [mailto:[EMAIL PROTECTED] >> Subject: Re: [OT] Tomcat 5.5.23 Wil

Re: [OT] Tomcat 5.5.23 Will Not Unpackage Application

2007-03-12 Thread neilac333
That is a good thought, but I have included all the Commons files in my WAR file as you can see. According to the documentation, Digester has a dependency on Collections, and that JAR is in WEB-INF/lib (commons-collections-3.1.jar). Any other suggestions? Neil Pierre Goupil wrote: > > Hello

Tomcat 5.5.23 Will Not Unpackage Application

2007-03-10 Thread neilac333
I am attempting to deploy a proof-of-concept JSF application to Tomcat 5.5.23. I am using Ant to generate my WAR file, whose format is as follows: META-INF/ META-INF/MANIFEST.MF index.html index.xhtml result.xhtml WEB-INF/ WEB-INF/classes/ WEB-INF/classes/test/ WEB-INF/classes/test/PersonBean.cl