1 Reply Latest reply on Aug 13, 2014 3:21 AM by jaysensharma

    session replication not working in Jboss AS 7

    bhaskar1212

      Hi,

       

      1. I have added  <distributable/> tag in web.xml of in web application

      2. I have also added following replication config in jboss-web.xml of our web application

       

        <replication-config>

          <replication-trigger>SET_AND_NON_PRIMITIVE_GET</replication-trigger>

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

        </replication-config>

       

      Still session replication is not working in Jboss As 7. Any inputs or answers will be highly appreciated.

       

       

      Regards,

      Bhaskar.

        • 1. Re: session replication not working in Jboss AS 7
          jaysensharma

          Hi Bhaskar,

           

              Which JBoss AS7 profile are you using to start your JBoss instance?

              The jgroup based subsystem is present in "standalone-ha.xml"  and "standalone-full-ha.xml" profiles only (by default).

              If you are running your JBoss in domain mode then make sure that your JBoss belongs to a group which has the "ha" or "full-ha" profile.

           

              Do you see any jgroup/clustering related messages appearing in you logs ?