[jboss-user] [Clustering/JBoss] - Re: Cluster JBoss 4.0.5 - IP_MULTICAST_IF error on startup

bstansberry@jboss.com do-not-reply at jboss.com
Fri Jul 6 10:06:39 EDT 2007


A couple other points:

1) If you want to bind everything *except* JGroups to 0.0.0.0 then do this:

-b 0.0.0.0 -Dbind.address=192.168.0.2


2) If you are using 4.2 or later and you just do -b 0.0.0.0, the AS internally will automatically set the "bind.address" property to the host name for the machine, i.e. the string returned by

java.net.InetAddress.getLocalHost().getHostName()

This will have the effect of causing JGroups to bind to the default interface for the machine.

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

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



More information about the jboss-user mailing list