Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsWindows VistaWindows XPWindows MeWindows 98Windows 95Virtual PCInternet ExplorerOutlook ExpressWindows MediaSecurity
Related Topics
MS Server ProductsMS OfficePC HardwareMore Topics ...

Windows Forum / Internet Explorer / IE 6.x / May 2008

Tip: Looking for answers? Try searching our database.

localhost:8080 for tomcat server does not work

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Nagrik - 28 May 2008 21:41 GMT
Hello Group,

I installed my tomcat 6.x apache web server on windows xp
professional.

The http://localhost:8080 page displays itself in my "Firefox browser"
however the same url does not display anything on IE, it gives 404
error.

What is puzzling that IE and Firefox do display he web application,
which lies at

http://localhost:8080/tutorial/snoop

I have disabled going to proxy for localhost, that did not help
either.

Thanks in advance.

nagrik
Robert Aldwinckle - 29 May 2008 04:05 GMT
> Hello Group,
>
[quoted text clipped - 4 lines]
> however the same url does not display anything on IE, it gives 404
> error.

IE would never make such a request.   It would only make a request
equivalent to

http://localhost:8080/

So if your server doesn't like getting a   GET  /
that would explain your symptom.

> What is puzzling that IE and Firefox do display he web application,
> which lies at
>
> http://localhost:8080/tutorial/snoop

Use  Fiddler2  or  netcap  to trace the two cases to see the exact differences.

Alternatively you could experiment with  telnet  and simulate the impossible
request that way.   If your server wants it like that you won't be able to use IE.

HTH

Robert Aldwinckle
---

> I have disabled going to proxy for localhost, that did not help
> either.
>
> Thanks in advance.
>
> nagrik
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.