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? [EMAIL PROTECTED] 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: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
