I am using the -b startup option to set the jboss.bind.address

org.jboss.Main.main(new String[] {"-b10.10.1.1"});

Looking at the jboss code, this seems to also set the bind_addr variable used 
by JGroups.

I want the cluster traffic to use a different address, so I set it in the 
cluster-service.xml file

<TCP bind_addr="192.168.2.1" start_port="11800" loopback="true" />


However, when I start JBoss the cluster service is binding to the address 
passed on startup with the -b option (not the one defined in 
cluster-service.xml)

Any ideas on how to set the bind_addr correctly after using the -b startup 
option?

Thank you in advance!

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

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


-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to