What happens if you try:

org.jboss.Main.main(new String[] {"-b10.10.1.1", 
"-Dbind.address=192.168.2.1"});        

Be sure the -D comes after the -b.  This may not work if the code that 
processes the args puts the args in a predetermined order.  Looking at 
org.jboss.Main it's not clear if it does or not.

This relies on the fact the for historical reasons JGroups actually uses 
property bind.address rather than jboss.bind.address.  org.jboss.Main sets both 
properties based on the -b switch.  But, if it processes -Dbind.address after 
it processes -b, then your -D config will override the -b one.

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

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


-------------------------------------------------------
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