I installed Tomcat 3.3.1 on win 98.There is no problem on running it.Writing http:localhost:8080 returns nothing.But using port 8007 keeps on loading for long and then shows 'the page cannot be displayed' page.It also cannot connect to my simple jsp page.Is this the problem of using proper port?server.xml file in conf directory has the following setup for some ports: <Http10Connector port="8080"
<Ajp12Connector port="8007" /> Can anybody suggest what I need to do in order to run my jsp pages? Thank you.
