[JBoss-user] [Installation, Configuration & Deployment] - Re: continuous redeployment of war file

2006-05-16 Thread ruzinjol
Thanks it worked fine. I am really grateful Thanks Peter ruzinjol View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944070#3944070 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3944070 --

[JBoss-user] [Installation, Configuration & Deployment] - Re: continuous redeployment of war file

2006-05-16 Thread PeterJ
Instead of copying myapp.war file to the deploy directory, create a myapp.war directory, place the war file contents (index.jsp, WEB-INF/web.xml, etc.) into that directory, and move that directory to the deploy directory. Then, when you have new video content, copy it to the appropriate location