You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by je...@hotmail.com on 2001/09/03 22:45:46 UTC

question about localhost

Hi, Sir,
I used Tomcat3.2 as my web server. before I installing rogers hi-speed internet, I can use it when I type in http://localhost:8080/, and now I installed rogers hi-speed internet , when I try to use it typing in "http://localhost:8080/", it dosen't work, there is tips say "can't find server".
MY platform is windows 2000 professional. After I startup tomcat, open port 8080, in dos prompt, I type in "netstat -an" , I found the address 0f port 8080 is 0.0.0.0:8080. So please tell me how can I configure the tomcat to let localhost:8080 does work? 
thank you very much.

Jeff xu

Re: question about localhost

Posted by Ben Walding <be...@walding.com>.
0.0.0.0:8080 means that Tomcat is bound to all interfaces on port 8080

Some things to look at

Have you added a proxy?  (need to add a proxy bypass for localhost)
Does ping localhost end up pinging 127.0.0.1 (your hosts file might need 
updating)?
Can you telnet to 127.0.0.1  port 8080 and get a connection?

jeffxjf@hotmail.com wrote:

>Hi, Sir,
>I used Tomcat3.2 as my web server. before I installing rogers hi-speed internet, I can use it when I type in http://localhost:8080/, and now I installed rogers hi-speed internet , when I try to use it typing in "http://localhost:8080/", it dosen't work, there is tips say "can't find server".
>MY platform is windows 2000 professional. After I startup tomcat, open port 8080, in dos prompt, I type in "netstat -an" , I found the address 0f port 8080 is 0.0.0.0:8080. So please tell me how can I configure the tomcat to let localhost:8080 does work? 
>thank you very much.
>
>Jeff xu
>
>  
>




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>