Use a TCP configuration for JGroups if you can't use mcast (see www.jgroups.org for docs on how to do this)
Set your cache mode to REPL_SYNC (better via the config than programmatically - gives you more flexibility) You don't need to tweak your cache loader config for clustering unless both nodes write to the same file store. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002895#4002895 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4002895 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
