Re: Cannot start cluster on AIX/WebSphere6.1 2.9.0.GA
Here is the result of the route command.
$ route get 224.0.0.1
route to: ALL-SYSTEMS.MCAST.NET
destination: default
mask: default
gateway: 10.117.xxx.xxx
interface: en4
interf addr: (FQDN)xxx.xxx.xxx.com
flags: <UP,GATEWAY,DONE>
recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu
expire
0 0 0 0 0 0 0
56
>> then add -Djgroups.bind_addr=ip_address_of_that_interface parameter
to JVM(s) you
>>launch.
This is a problem in a J2EE environment... 1 JVM != 1 Application. Is there a way to set this via properties?
I haven't thanked you thus far, I appreciate your help and your contributions to this project. Hopefully someone else having a similar problem will benefit from this discussion.