> OK, I gave the IBM jdk a shot, and it crashes on me as well. Interesting > that it also happens related to opening a zip: > > "main" (TID:0x100519D8, sys_thread_t:0x8059108, state:R, native > ID:0x400) prio=5 > at java.util.zip.ZipFile.open(Native Method) > at java.util.zip.ZipFile.<init>(ZipFile.java:127) > at java.util.jar.JarFile.<init>(JarFile.java:138) > at sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:62) > at sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:45) > at sun.net.www.protocol.jar.URLJarFile$1.run(URLJarFile.java:166) > at java.security.AccessController.doPrivileged(Native Method) > at > sun.net.www.protocol.jar.URLJarFile.retrieve(URLJarFile.java:152) > at > sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:57) > at > sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:65) > at > sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:108) > at > sun.net.www.protocol.jar.JarURLConnection.getJarFile(JarURLConnection.java: > 92) > at > org.apache.catalina.startup.ContextConfig.tldScanJar(ContextConfig.java:894)
I don't see anything wrong with the code in that source file. That code is more or less identical in 4.0.x. Unless you can point out a specific flaw in what Tomcat does, this won't be fixed. Remy -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>