User development, A new message was posted in the thread "Jboss Cache clustering in standalone mode":
http://community.jboss.org/message/522181#522181 Author : Mircea Markus Profile : http://community.jboss.org/people/mircea.markus Message: -------------------------------------------------------------- > I have my cache application in standalone mode outside Jboss using cache > version caynene, I have to 2 unix boxes where I want to start one instance of > the cache application. Now, I want these two to join these two cache instance > to join the same cluster, so that they can replicate. Can I do that with out > using JBoss cluster, using some configuration files and required binaries > like jgroups? > Yes, JBossCache is a general purpose clustering library and it can form clusters outside AS. I suggest you take at the available JBoss Cache documentation: http://www.jboss.org/file-access/default/members/jbosscache/freezone/docs/3.2.1.GA/userguide_en/html/index.html > Also, I have 2 instances of JBoss EAP 5.0 running on these unix boxes started > in clustering mode. But the cache application as stated above is hosted > outside the JBoss. Do I need yo use the JBoss servers and their cluster to > get these two standalone caches yo replicate in same cluster? > no, you don't need that. Even more, I don't reckon joining the JBoss AS cluster is an good idea, as that would interfere with AS clustering. -------------------------------------------------------------- To reply to this message visit the message page: http://community.jboss.org/message/522181#522181
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
