[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Redeployment of a web application

PeterJ do-not-reply at jboss.com
Wed May 28 14:04:09 EDT 2008


Two possibilities.

If you deployed as a war file, the simply copy the updated war file to the deploy directory (overwriting the existing war file).  The hot deployer will notice the update and redeploy.

If you deployed as an exploded war directory, copy over the updated files. JSP changes are picked up immediately. For other changes, "touch" the web-inf/web.xml file. That will cause the app to be redeployed.

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4154054



More information about the jboss-user mailing list