1 Reply Latest reply on Jun 3, 2015 3:02 AM by raja.ayyanar

    Session Replication is not working in Jboss eap 6.1 with mod cluster

    kvnreddy008

      Hi All,

       

      I have configured cluster environment with jboss eap 6.1 and also I have added <distributable/> tag in web.xml file in war.

      I have started both the servers and then I accessed the application and logged into that application, the request went to one of the jboss in cluster,

      then I brought down the jboss (shutdown the jboss), then I tried to access the account page in the application but its asking to login again.

      session replication is not working, even I tried by adding

      <replication-config>

        <replication-trigger>SET</replication-trigger>

        <replication-granularity>SESSION</replication-granularity>

        <replication-mode>SYNCHRONOUS</replication-mode>

        </replication-config>

      in jboss-web.xml file

       

      But still its working.

      Please anybody help me to fix this issue asap.

       

      ThanksInAdvance

      KVNREDDY