Hello all,

I've been playing around with the samples in the 5.5.9 distribution,
and the .war available from the internal link:
http://localhost/tomcat-docs/appdev/sample/sample.war
doesn't autodeploy when placed in webapps. Furthermore, attempting to
extract it with jar (fastjar) 0.92-gcc throws the following java.zip
exception:
  created: META-INF/
extracted: META-INF/MANIFEST.MF
java.util.zip.ZipException: invalid entry size (expected 975 but got 470 bytes)
        at java.util.zip.ZipInputStream.readEnd(ZipInputStream.java:368)
        at java.util.zip.ZipInputStream.read(ZipInputStream.java:141)
        at sun.tools.jar.Main.extractFile(Main.java:714)
        at sun.tools.jar.Main.extract(Main.java:677)
        at sun.tools.jar.Main.run(Main.java:189)
        at sun.tools.jar.Main.main(Main.java:903)
[EMAIL PROTECTED] webapps]# jar -xvf sample.war

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

Reply via email to