I would like to do cold deployment rather than hot deployment for the following reasons: 1) Hot deployment deploys simultaneously to all the nodes, resulting in down time. 2) Hot (re)deployment of my application sometimes results in OutOfMemory errors.
The way I imagined it would work is I would have my application running on several nodes. I would stop one, deploy the new version to its farm directory, and start it back up. And repeat the process for the other nodes. In reality what happens when I do that is that the new version of the application is not deployed anywhere, exactly as described in http://wiki.jboss.org/wiki/Wiki.jsp?page=JoinTheClusterBeforeUpdatingTheFarmDirectory Is there a way to disable hot deployment, but still use all the other clustering features? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956009#3956009 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956009 Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
