Perfectly normal .... browsers assume port 80 when you don't offer a
port number in the url. Your tomcat instance is not listening on port
80 and won't be able to respond when you try to access it there.
Solution: change the port number in your tomcat's server.xml file and
restart.
--David
On 3/10/2011 12:13 PM, ken dias wrote:
>
>
> I started the Tomcat webserver. When I keyin "localhost:8080", I get the apache-tomcat
webpage and can run the examples. however, when i keyin "localhost" only, i get error.
>
> Thanks,
> Ken
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org
|