1 Reply Latest reply on Oct 27, 2011 4:00 AM by rhusar

    Is there any way to determine if JBoss http session replication is complete?

    tfontana

      I’m working with a two server system that utilizes JBoss (tcp) clustering to enable server failover.  After a JBoss server comes up it can not immediately process failovers from the other web server in the cluster.  This is because it takes time for the http session information from the other server to be processed.  Is there any way to programmatically determine if the http session replication is complete?

       

      In other words, suppose that there are two JBoss servers serverA and serverB.  JBoss (tcp) clustering is utilized so that if serverA is restarted all active http sessions on serverA will failover to serverB.  Once serverA finishes starting it can not immediately accept http session failovers from serverB.  This is because there is a delay while the http session information from serverB is transferred to serverA.  Is there any way to programmatically determine if the http session replication is complete and serverA can accept failovers from serverB?

       

      The JBoss version being used is 4.2.3.GA.