You never answered this question:

anonymous wrote : Also, under what circumstances are you getting the zip file 
error? For example, does it occur when you deploy the war file? Does it happen 
is you copy the war file to the deploy folder first and then start the app 
server?

The hot deployer runs every 5 seconds. If your WAR file is only partially 
copied when the hot deployer tries to open the file, you can get this error. A 
better deployment mechanism is to copy the WAR file to a temporary location on 
the same disk partition as the deploy directory, and then move the WAR to the 
deploy directory. This way you can avoid the 
zip-file-error-on-partially-copied-war-file error.



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174020#4174020

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4174020
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to