JBOSS Admin

Thursday, June 3, 2010

JBOSS Clustering and Buddy Replication

1) Enable the buddy replication in JBOSS in
$JBOSS_SERVER_HOME/deploy/cluster/jboss-cache-manager.sar/META-INF/jboss-cache-manager-jboss-beans.xml

<property name="buddyReplicationConfig">
<bean class="org.jboss.cache.config.BuddyReplicationConfig">
<!--  Just set to true to turn on buddy replication -->
<property name="enabled">true</property>

2) In order for the HTTP session replication to work, make sure the application is distributable.

Please add this tag <distributable/> in WEB-INF/web.xml
 <distributable/>
</web-app>

posted by Jayanthi Krishnamurthy @ 5:42 PM   0 Comments

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home

Newer›  ‹Older

About Me

Name: Jayanthi Krishnamurthy

View my complete profile

Posts

  • JBOSS Clustering and Buddy Replication

Older Posts Newer Posts

Archives

Subscribe to
Posts [Atom]