Question : JBoss Cluster w/ Multiple Load-Balancers

Is it possible to configure a JBoss cluster with multiple load balancers to avoid the single point of failure? I know I could use a round robin DNS to point to the multiple load balancers. But how will the sessions be handled? Will loadbalancerB know what to do if it gets a session that used to be on loadbalancerB. How would I configure such an animal?

Answer : JBoss Cluster w/ Multiple Load-Balancers

it should work because as it is explained in your link this loadbalancing solution also takes care about sessions and keeps started session on the  same node.
Random Solutions  
 
programming4us programming4us