According to this line:
21:02:44,645 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080
the hTTP port is bound to 8080 on all IP addresses. So you should get back a response when
doing
http://hostname:8080
The only other thing to check is the firewall - make sure that port 8080 is accessible.
One way of verifying that it to run "telnet hostname 8080" and see what you get
back.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224907#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...