[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Problem in deploying web modules
PeterJ
do-not-reply at jboss.com
Wed Sep 3 12:17:06 EDT 2008
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
More information about the jboss-user
mailing list