[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Steps for Deploying the new EAR file (Hot Deployment ??

PeterJ do-not-reply at jboss.com
Tue Sep 4 17:03:20 EDT 2007


Those steps are correct if you want to start with a clean deployment.

Hot deployment is easy - simply copy the EAR file to the deploy directory. The app server will undeploy the old app and deploy the new one. There are various situations under which this will fail, mostly having to do with how your application attempts to maintain state and the fact that the new app will have a different class loader than the old app.

My rule-of-thumb. If hot deployment works, great. If not, do the steps you outlined (usually you do not need steps 3 and 4).  

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

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



More information about the jboss-user mailing list