I installed Apache Tomcat 4.1 on Windows 2003 STD Server. For some reasons i am unable to start the tomcat.exe service. Every time i start the service i get an error message:
Could not start the Apache Tomcat 4.1 service on Local Computer.
Error 1067: The process terminated unexpectedly.
I noticed that i am not able to telnet to port 8080 .Would this be causing the problem ?I am new to this and have no idea what and where to start troubleshooting.
Part of Tomcat_4_1\conf\server.xml
<!-- Define a non-SSL Coyote HTTP/1.1 Connector on port 8081 -->
<Connector className="org.apache.coyo
te.tomcat4
.CoyoteCon
nector"
port="8080"
minProcessors="5" maxProcessors="75"
Start Free Trial