[jboss-user] [Clustering/JBoss] - Re: How to configure heartbeat on Cluster env!

bstansberry@jboss.com do-not-reply at jboss.com
Sat Apr 28 23:01:31 EDT 2007


Try:


  | ./run.sh -c all -b 192.168.0.174 -Dbind.address=192.168.100.174
  | 

JGroups will use the value of the "bind.address" system property to determine what interface to use.  Other services use "jboss.bind.address". When you use -b, when JBoss starts it sets both of those properties to the provided value. But if you directly specify "bind.address" as I did above, the value you give will supercede the -b value, so JGroups will use that value.

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

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



More information about the jboss-user mailing list