Hello experts,
i have tried my luck with Tomcat 4.1 but it does not work.
I had installed Apache and Tomcat 4.1 on my windows machine three days back.
Here is the problem :
I installed Apache and Tomcat 4.1 from the website ,but Tomcat server would not start.
So an expert asked me to make changes in the line ' Port="80" ' within the server.xml code of Tomcat\conf directory , which i did.
(Part of ) Tomcat4.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="80"
minProcessors="5" maxProcessors="75"
enableLookups="true" redirectPort="8443"
acceptCount="100" debug="0" connectionTimeout="20000"
useURIValidationHack="fals
e" disableUploadTimeout="true
" />
--------------------------
----------
----------
--
ok, in the above chunk of server.xml code in the tomcat\conf directory , i changed the " port =80 " statement to "port =11010" (as advised by the expert) and it worked alright .This setting was fine for the first two days and Tomcat was starting without any problems. But since yesterday afternoon the Tomcat server would not start. When i clicked on Start Tomcat, a new screen(starting Tomcat) would appear but would vanish within seconds...
This is the link that refers to my initial Tomcat settings and the communication with the expert :
http://www.experts-exchange.com/Programming/Programming_Languages/Java/Q_21182095.htmlAny help greatly appreciated.
Thanks,
J
Start Free Trial