3 Replies Latest reply on Nov 16, 2012 2:06 AM by abhijitprusty

    Jboss http session replication, slow down in cluster environment for Jboss-6.0.0.Final

    abhijitprusty

      Hi All,

       

      We had a cluster environment set up. We are trying to do the http session replication. We have done the setting to jboss-web.xml and web.xml as per to the jboss documentation. But,in our case it's really slow we can say dead slow when are trying to launch our application.

       

      Added in jboss-web.xml

       

      <replication-config>
          <replication-trigger>SET_AND_NON_PRIMITIVE_GET</replication-trigger>
          <replication-granularity>SESSION</replication-granularity>
          <!--<replication-field-batch-mode>true</replication-field-batch-mode>-->
      </replication-config>

       

      And added the following tag into web.xml

       

      <distributable/>

       

      But, Once we do the deployment and access the application it run dead slow. If we make one node down it works fine.

       

      Any help is appreciated.

       

      Thank,

      Abhijit