0 Replies Latest reply on Aug 22, 2014 9:47 AM by amjadkarym

    Session replication on a login system

    amjadkarym

      I have follow this tutorial https://docs.jboss.org/author/display/AS71/AS7+Cluster+Howto

      everything is working fine, even the test project i.e cluster-demo.

      but when I test clustering on another project which has login authentication it failed.

      e.g

      I have two server nodes i.e 192.168.2.5 (master node) and 192.168.2.2 (slave node)

      a) 192.168.2.5/testproject/login.html           // master node is active

      I get into the testproject

      192.168.2.5/testproject/home

      when I disconnect master node the clustering works and shift it to slave node 192.168.2.2 but the problem is

      it get back to login page .

      i.e 192.168.2.5/testproject/login.html

      what should I do?

      thanks