The mistake is thinking that changing this value causes the app server to rebind the
ports. It doesn't.
If you want to bind to 0.0.0.0, start the app server as follows:
run -b 0.0.0.0
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069235#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...