"Internet explorer not working for local" <Internet explorer not working for
local@discussions.microsoft.com> wrote in message
news:F2B8C186-A854-4253-A2F6-17977676A4DE@microsoft.com...
> Hi, Iam using windows 7, it comes with Internet explorer 8. When i run my
> local server like jboss , tomcat or WAMP, i cant access the page with the
> below url
>
> http://localhost:8080/
>
> It says diagonise connection problem.
>
> In previous IE it was working fine.
>
> Kindly help me.
What application do you have that is "Listening" on that port?
To check, switch to a cmd window and enter:
netstat /abnop TCP
and right-click Find, Up :8080
(assuming your screen buffer is big enough to contain that reply,
otherwise capture it with an output filter to a .txt file, open it in Notepad
and do an F3 find for the same string.)
For example, here is how I could see that Fiddler was ready to capture
HTTP traffic:
<cmd_output OS="XPsp3">
TCP 127.0.0.1:8888 0.0.0.0:0 LISTENING 1836
[Fiddler.exe]
</cmd_output>
E.g. the /o switch caused Fiddler's current PID to be added on the right
and the /b switch caused its Process Name to be added below the
line my Find... found.
BTW I would agree with that that you are demonstrating a deficiency
in the Diagnose Connection Problems... tool. It catches me occasionally
too, e.g. when I have rebooted while tracing with Fiddler and then try
to use IE without restarting it or without unchecking the proxy requirement.
HTH
Robert Aldwinckle
---
>
>