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
http://localhost:8080
Start the server with -Djboss.bind.address=192.168.1.104 option
-Djboss.bind.address=192.168.1.104
OR
add the server IP address in your standalone.xml
You can use 0.0.0.0 instead of 192.168.1.104 if you want to bind to all IP addresses.