i'm trying to stop tomcat 4.1 (bin/shutdown.sh) and getting the following error (unix sun machine)
java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:110)
at java.util.jar.JarFile.<init>(JarFile.java:115)
at java.util.jar.JarFile.<init>(JarFile.java:57)
at org.apache.catalina.loader.StandardClassLoader.addRepositoryInternal(StandardClassLoader.java:1216)
at org.apache.catalina.loader.StandardClassLoader.<init>(StandardClassLoader.java:221)
at org.apache.catalina.startup.ClassLoaderFactory.createClassLoader(ClassLoaderFactory.java:204)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:153)
Bootstrap: Class loader creation threw exception
java.lang.IllegalArgumentException: addRepositoryInternal: java.util.zip.ZipException: error in opening zip file
at org.apache.catalina.loader.StandardClassLoader.addRepositoryInternal(StandardClassLoader.java:1246)
at org.apache.catalina.loader.StandardClassLoader.<init>(StandardClassLoader.java:221)
at org.apache.catalina.startup.ClassLoaderFactory.createClassLoader(ClassLoaderFactory.java:204)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:153)
i have one application which has its context path set in server xml (ie the app is not a folder from the tomcat ROOT directory), and am building another app which is created simply via putting the folder in the server root directory ie webapps/ROOT/library. there is also a search servlet -
http://www.servletsuite.com/servlets/search.htm which i am trying to run from the webapps/ROOT/lbrary/WEB-INF directory (ie web.xml)
any ideas ?
cheers
chris
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
