[jboss-user] [Clustering/JBoss] - Re: why is session clustered when load balancing or failover

bstansberry@jboss.com do-not-reply at jboss.com
Wed Sep 12 09:56:55 EDT 2007


One last bit -- if you're talking about automated testing, you can use a library like Apache HttpClient and programatically switch the client and session cookie from one server to the other to test failover.  In that case you don't need to use ServiceBindingManager; you can start your AS instances on separate machines or on the same machine but bound to different IP addresses.  To see how to do this, have a look at the session replication unit tests in the org.jboss.test.cluster package in the AS src dist testsuite module.

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

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



More information about the jboss-user mailing list