[jboss-user] [Clustering] - Re: Lost in the documentation UDP->TCP

bstansberry@jboss.com do-not-reply at jboss.com
Tue Dec 1 13:23:41 EST 2009


Yes, if your environment can't support multicast for discovery you'll need to replace MPING with TCPPING. Something like:


  | <TCPPING timeout="3000"
  |                      initial_hosts="${jbm.data.tcpping.initial_hosts"
  |                      port_range="1"
  |                      num_initial_members="3"/>
  | 

Key thing is don't re-use the jgroups.tcpping.initial_hosts system property used in the "tcp" stack, since you need to have different ports (7900 instead of 7600).

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

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



More information about the jboss-user mailing list