I hope the URL you are using is:
http://localhost:8080
Nothing else will work since the app server is bound to localhost.
If you want remote access (or even local access using the hostname), you will need to
start with the -b option:
./run.sh -b 0.0.0.0
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247692#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...