tomcat not working
I have set up tomcat on windows xp pro sp2 as below
<Server port="8005" shutdown="SHUTDOWN">
<!-- Define a non-SSL HTTP/1.1 Connector on port 8080 -->
<Connector port="8080" maxHttpHeaderSize="8192"........./>
Now when I run the "http://localhost:8080", I get an error essage "Internet Explorer cannot display the webpage "
I have looked around and did lot of reading but can not figure out. Tomcat service is started.
what is wrong in here ?
When I start tomcat service from "services" console, it starts. But when I try to start it from "C:\Program Files\apache-tomcat-5.5.27\bin>startup " , it does not start and command stops running at "INFO : Server start up in 8032 ms"
Why is it so ?
Last edited by manishrathi; 10-04-2009 at 00:18.
|