[jboss-user] [Installation, Configuration & DEPLOYMENT] - -Djboss.bind.address not working anymore (4.2.2)?

EricJava do-not-reply at jboss.com
Sun Dec 2 23:06:02 EST 2007


I know that the -b 192.168.1.1 argument works fine, but -Djboss.bind.address=192.168.1.1 should work just the same way.  But it doesn't seem to have any effect.  I looked at org.jboss.Main, in the process arguments function, it says:

      // JBAS-4119, bind to localhost by default, instead of all NICs ("0.0.0.0")
  |       props.setProperty(ServerConfig.SERVER_BIND_ADDRESS, "127.0.0.1");
  |       System.setProperty(ServerConfig.SERVER_BIND_ADDRESS, "127.0.0.1");
  | 

which looks to me like it will nuke whatever happens to be in the jboss.bind.address value, which matches the behavior I am seeing.

Is this right?


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

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



More information about the jboss-user mailing list