[jboss-user] [Clustering/JBoss] - Re: JNP lookup from multi-homed client

bstansberry@jboss.com do-not-reply at jboss.com
Fri Jun 19 16:50:05 EDT 2009


By the "multi-home" limitation do you mean configuring the bind address in the JGroups UDP protocol?  That's pretty straightforward.

You can control the interface JGroups uses by setting system property -Djgroups.bind_addr=192.**** as a command line argument.

If don't specifically set jgroups.bind_addr and you use -b, JBoss will set jgroups.bind_addr to the -b value.  Except... if you use -b 0.0.0.0, a value JGroups can't use. In that case, JBoss will set jgroups.bind_addr to the value of InetAddress.getLocalHost().getHostName().

None of the above is directly relevant to HA-JNDI. I'm checking if your HA-JNDI problem results from your use of -b 0.0.0.0 though.

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

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



More information about the jboss-user mailing list