This content has been marked as final.
Show 4 replies
-
1. Re: Jboss5.1 - JMS and Linux Heartbeat - server return the real IP and not the VIP
kobiianko Jan 6, 2011 9:54 AM (in response to kobiianko)solve it by:
1. File to change:
jboss-5.1.0.GA/server/allot/deploy/messaging/remoting-bisocket-service.xml
in the file change:
<attribute name="serverBindAddress">${jboss.bind.address}</attribute>
Change value to : ${java.rmi.server.hostname}
2. Reboot the 2 machines
-
2. Re: Jboss5.1 - JMS and Linux Heartbeat - server return the real IP and not the VIP
ron_sigal Jan 21, 2011 11:50 PM (in response to kobiianko)Hi Kobi,
Also, take a look at the "clientConnectAddress" parameter: Section 5.4.3. "Configurations affecting the invoker client" of the Remoting Guide (http://docs.jboss.org/jbossremoting/2.5.3.SP1/html).
-Ron
-
3. Re: Jboss5.1 - JMS and Linux Heartbeat - server return the real IP and not the VIP
kobiianko Jan 23, 2011 3:00 AM (in response to ron_sigal)10x
-
4. Jboss5.1 - JMS and Linux Heartbeat - server return the real IP and not the VIP
ron_sigal Jan 24, 2011 11:03 PM (in response to kobiianko)wlcm.