I am running JBoss AS 7 on port 8080. I am able to access it from my local machine (http://localhost:8080
). However I am not able to access it from another mach
If you are strating your server by executing run.bat, you should execure this command run.bat -b 0.0.0.0 (refer to https://community.jboss.org/wiki/JBoss42FAQ) If you start your server from eclipse, just tick the option (Listen on all interfaces to allow remote web connections) on the server behavior.