Re: Automatic deploy : java.util.zip.ZipException on macosx

2017-05-24 Thread Riccardo Cohen
Thanks for your quick answer. I found my mistake, I put the war in a wrong webapps directory, and I don't know why there was a symbolic link with the same name in the good webapps directory ! Problem solved. Thanks a lot. On 24/05/2017 13:39, Simon De Uvarow wrote: Sorry, the "A WAR file

Re: Automatic deploy : java.util.zip.ZipException on macosx

2017-05-24 Thread Simon De Uvarow
Sorry, the "A WAR file may be digitally signed in the same way as a JAR file in order to allow others to determine where the source code came from." wasn't correct. My bad. But try searching

Re: Automatic deploy : java.util.zip.ZipException on macosx

2017-05-24 Thread Simon De Uvarow
Hi Ricardo, it looks like your war files doesn't contain the META-INF folder. Check here: https://en.wikipedia.org/wiki/WAR_(file_format) "A WAR file may be digitally signed in the same way as a JAR

Automatic deploy : java.util.zip.ZipException on macosx

2017-05-24 Thread Riccardo Cohen
Hello I'm new to tomcat and just tried sucessfully a small hello world with tomcat 8.5.14 on macosx / java 1.8.0_25. With IntelliJ I created a war thanks to their tomcat plugin. The war is valid and can be unzipped with no problem: .../apache-tomcat-8.5.14/webapps> unzip web_war.war Archive