RE: java.util.zip.ZipException: Permission denied

2002-02-18 Thread Delage, Dave
I got this message once when I had two different versions of a jar file in two different locations. It took forever to debug. (The jar file was part of the Informix JDBC driver package.) Once I deleted the wrong version, the ZipException went away. Hope it helps. Can anyone tell me why I

RE: Cannot get SSI to work on Tomcat 4.0.2

2002-02-13 Thread Delage, Dave
Here are a couple ideas: 1. Try removing the leading / in the virtual=/hdr.shtml attribute, or changing it to virtual=/irt/hdr.shtml to fully-qualify the include file. 2. With Apache, .shtml is the extension usually used for the files getting parsed (in your case, main.html) for the SSI