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?
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
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