You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Alexander Fairley <al...@gmail.com> on 2005/06/07 16:03:29 UTC

Buggy .war in 5.5.9 binary distribution

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)
[root@localhost webapps]# jar -xvf sample.war

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org