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