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 machine on the same network, e.g. http://192.168.1.104:8080
does not work. I have disabled the Windows firewall on the local machine. In fact, if I start a Tomacat server on the local machine at port 8080 it is easily accessible from a remote machine. So it is something about the JBoss server that is causing the problem. Any idea on how to fix this?
Thanks.