[jboss-user] [Clustering/JBoss] - Re: How to configure JGroups on hosts with redundant network

2007-08-31 Thread mkrzemien
Following your suggestion I uncommented the FD section (in the above configuration). Unfortunately the problem remained, although the output slightly changed. Details: - both links are connected - on each node started one instance of JBossCache - replication working correctly - disconnected link

[jboss-user] [Clustering/JBoss] - Re: How to configure JGroups on hosts with redundant network

2007-08-31 Thread [EMAIL PROTECTED]
#1 You want to uncomment FD, as pull-the-plug scenarios are not detected by FD_SOCK alone #2 Although JGroups can send and receive multicasts on multiple network interfaces, it still have a unicast socket which defines the member's address, and is bound to a single interface (e.g. eth0). If you