Starting with JBossAS 4.2.0.GA, the server binds its services to 127.0.0.1. This was done
because of security concerns, to avoid binding to all available interfaces by default. You
can obtain the old behavior by starting the server like this:
./run.sh -b 0.0.0.0
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4119806#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...