Folks, I am stuck with a weird problem here. I am running a Websphere server locally on my Win 7 machine. Http port is 9081. When I am trying to access my application using localhost it works fine, as soon as I replace it with my IP address it stops responding. Is this a Win 7 quirk? How to fix it?
Works: http://localhost:9081/myApp/first.html
Doesn't work: http://<XX.XX.XX.XX>:9081/myApp/first.html
Where XX.XX.XX.XX is my local IP Address. I have confirmed my IP address again n again with ipconfig