Hi,

   I'm setting up several different clusters (development, qa, etc) on the same 
network.  I'm separating the clusters by changing the mcast_addr setting in 
cluster-service.xml from mcast_addr="228.1.2.4" to mcast_addr="228.1.2.5", etc.


   I'm seeing the following scenario:

   start up node A  run hello world
   start up node B with same mcast_addr run hello world
   see node A recognize the addition of node B (good)
   see clients w/ node A in JNDI.properties load balance nicely between A and B (good)

   shutdown node B
   start up node B with different mcast_addr in cluster-services
   see node A recognize the addition of node B (bad)
   see clients w/ node A in JNDI.properties get served by A (good)
   see clients w/ node B in JNDI.properties get served by A (bad)



   In other words, I can't seem to make a client connect to the new cluster with the 
different mcast_addr setting.  Any suggestions?

     Thanks,
     Eric




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

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


-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to