Great :) Then we know what the issue is. From the README of this version of JBoss:
anonymous wrote : JBossAS now binds its services to localhost (127.0.0.1) *by default*,
instead of binding to all available interfaces (0.0.0.0). This was primarily done for
security reasons because of concerns of users going to production without having secured
their servers properly. To enable remote access by binding JBoss services to a particular
interface, simply run jboss with the -b option, but be aware you still need to secure you
server properly.
You can start JBoss using:
run -b dsi-dev10
or if you want to switch back to the behaviour of earlier versions just run
run -b 0.0.0.0
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054910#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...