Windows – WebApp accessible via localhost but not 127.0.0.1

jettylocalhostwindows

i'm running a webapp on Jetty (Java application server) on my machine (Win7 pro X64) and i'm experiencing some weird problems:

  1. when i try to open it on my browser – it's accessible via localhost but not 127.0.0.1
  2. when someone else from my local network tries to access the app he can do it via my computer name but not via my local address (192.168.0.14)

NOTE:

  1. ping works for localhost and 127.0.0.1. also, i can access 127.0.0.1 (80) with telnet.
  2. windows firewall is off (stopped the service)
  3. nothing defined in hosts file
  4. cleaning DNS and ARP chache didn't help

thanks

Best Answer

Ensure that you have only 1 ethernet adapter available, and that this interface complies with the address that your users should type on their browsers.

Related Topic