Problems with tomcat  
Author Message
boyScout





PostPosted: 2007-8-8 20:23:00 Top

java-programmer, Problems with tomcat Hi guys, I have some problems, I'm trying to run tomcat in windows
2000 pro and actually it runs but when I use the browser http://localhost:
doesn't work, What should be the problem? I've changed the port to 80
but still having the same problem. Thx in advance

 
Lew





PostPosted: 2007-8-8 21:15:00 Top

java-programmer >> Problems with tomcat boyScout wrote:
> Hi guys, I have some problems, I'm trying to run tomcat in windows
> 2000 pro and actually it runs but when I use the browser http://localhost:

That is not a legitimate URL. Either include the port or omit the colon.

> doesn't work, What should be the problem? I've changed the port to 80
> but still having the same problem.

Did you configure Tomcat to listen to port 80? The default installation is
for port 8080.

--
Lew