0 Replies Latest reply on May 12, 2006 2:19 AM by sandy_m8

    JBOSS Cache Replication among the load balancers

    sandy_m8

      Hi,
      I am using two jboss servers at web tier for load-balancing.
      I have one requirement of timeout facility in my application ie. if the user stays idle on certain web page, then after 30 mins, system should ask user to relogin again. And after relogin, the user must be taken to the same page where he was timed out. For this, i m storing data in an application scope.
      The problem is that each load balancing server maintains its own copy of application scope data. hence, the timeout functionality is failing.
      Please suggest me how to replicate this application scope data among the load balancer. Its very important and urgent, so any help will be gratefully appreciated.
      Thanks in advance,
      Sandeep