In jboss-4.2.0, the default bind address was changed to localhost from 0.0.0.0
for security reasons.
e.g. too many people were putting unsecured jboss instances on the internet.
To revert to the previous default, simply type:
./run.sh -b 0.0.0.0
i.e. bind to the any address
For more info on server options, type
./run.sh --help
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4050478#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...