when you launched jboss with run.sh, did you give it a bind address via the -b command
flag? otherwise it only binds to the loopback (127.0.0.1) and wont be accessible to the
outside world.
try launching jboss with the following extra parameter:
-b [your hostname or external facing ip address]
that should fix it up for you.
== stanton
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4167658#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...