0 Replies Latest reply on Jun 14, 2016 3:07 AM by wadukondal

    Session Replication and Session Time out  in A10 LoadBalancer

    wadukondal

      Hi Guys,

       

      i am facing issue in replication the session,

       

      i am using Jboss eap 6.2 vesrion and load Balancer  is A10  and OS is windows server 2008,the two nodes are in same system but different drives

       

      i am following configuration as below.


      web.xml

       

        <distributable />

       

      <session-config id="SessionConfig_1">

      <session-timeout>2</session-timeout>

        </session-config>

       

      Jboss-web.xml

       

      <replication-config>

      <cache-name>web.repl</cache-name>

      <replication-trigger>SET_AND_GET</replication-trigger>

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

            <use-jk>true</use-jk>

      <max-unreplicated-interval>0</max-unreplicated-interval>

      <snapshot-mode>INTERVAL</snapshot-mode>

      <snapshot-interval>1000</snapshot-interval>

      </replication-config>



      Standalone-ha.xml and i tried with Standalone-full-ha.xml


         <subsystem xmlns="urn:jboss:domain:jgroups:1.1" default-stack="TCP"> 

       

            <protocol type="TCPPING">

      <property name="initial_hosts">

      0.0.0.0[7600],0.0.0.0[7600]

      </property>

      <property name="num_initial_members">

      2

      </property>

      <property name="port_range">

      0

      </property>

                         <property name="timeout">

      2000

      </property>

      </protocol>

       

       

       

      but i am unable to achieve the session replication and  session timeout .

       

      can any one help on this.

       

       

      Regards,

      Edukondalu G