I've tried putting Tomcat into c:\tomcat-4.0 (changing %CATALINA_HOME% of
course) and there's no change in behavior.  Also, I have no directory names
with ".jar".

Looking at the exception again, it seems to indicate that a native method
is involved.  Do I need a zip.exe/unzip.exe or any other native zip support
on my system for this to work?

java.util.zip.ZipException: Access is denied
        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)
>
>
>
>Another good one (which will result in a permission denied message) is
>if you unpack a jar file into a directory with a .jar extension eg...
>
>%TOMCAT_HOME%/lib/xerces.jar/org...
>
>TomCat will choke on it as it can't unpack the directory that it
>believes is a file.
>
>
Andy Eastham wrote:>
>
>>Roger,
>>
>>Try putting tomcat in a path with no spaces, eg c:\apache_tomcat_4.0
>>
>>As for classpath, any jars under tomcat\webapps\app_name\WEB_INF\lib
(your
>>webapps private classesd)or tomcat\common\lib (classes shared between
>>webapps, usually db drivers etc) will be automatically included in the
>>classpath.
>>
>>All the best,
>>
>>Andy
>>
>>



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to