Re: Apparent problem when adding commons jars to war

2005-10-18 Thread Shankar Unni
Paul Mahoney wrote: This is very strange. When I add commons jars, e.g. commons-bean-utlis.jar, to my webapp lib directory, the webapp will no longer deploy to tomcat 5.5.12. Are your jars corrupted? Have you tried a simple "jar tvf commons-bean-utils.jar" to see if the archive is intact?

Re: Apparent problem when adding commons jars to war

2005-10-18 Thread David Delbecq
Hi Paul, considering this error internally occurs in the getNextEntry in the java.util.zip packages, i guess your .jar is somehow broken. Did you try redownloading commons jar from jakarkta-commons website? Regards, David Delbecq Paul Mahoney a écrit : >This is very strange. When I add commons

Apparent problem when adding commons jars to war

2005-10-17 Thread Paul Mahoney
This is very strange. When I add commons jars, e.g. commons-bean-utlis.jar, to my webapp lib directory, the webapp will no longer deploy to tomcat 5.5.12. Take the commons jars out (and restart tomcat) then the webapp will deploy. It won't run of course, because of the missing classes... I've been