Friday, June 1, 2012

JGroups on Multi-Homed Server

On a server with multiple network interfaces, JGroups could be tricky. It's important to specify the IP address JGroups should be binding to. This is via the "jgroups.bind_addr" JVM option e.g.:

-Djgroups.bind_addr=192.168.123.2

No comments:

Post a Comment