[jboss-user] [Clustering/JBoss] - JBoss clustering issue.

ermanishdwivedi do-not-reply at jboss.com
Thu Aug 7 08:10:14 EDT 2008


Issue: 

             On click of the link in application. If the node changes in Jboss server, session object is getting lost.Beacuse of this we are getting error page. But  from the Logs it is very much sure that Data is present(Say in node1 data is present ) but when it moves to different node (Node2 or Node 3) that session object(Data in the object) is becoming NULL.

 

          

We have given following tags in our application

 

web.xml :      distributable tag 

 

Jboss.xml: 

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



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169280#4169280

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4169280



More information about the jboss-user mailing list