When you say "without bringing down JBoss" are you saying you want to run 2 versions of the app concurrently in the same JBoss instance? Or are you talking about a rolling upgrade of a cluster?
If the latter, the solution involves the mod_jk and mod_cluster notion of "domains", which are essentially preference groups for failover. Have a look at the presentation Bela Ban did on this recently at JBoss World: http://www.redhat.com/f/pdf/jbw/bban_320_large_clusters_in_jboss.pdf View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4256963#4256963 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4256963 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
