Hi
Im running Tomcat 4.1.10 on Red Hat 7.3.
Im trying to change the port to 80 from 8080.
I made the following change in my server.xml
From:
<Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
port="8080" minProcessors="5" maxProcessors="75"
enableLookups="true" redirectPort="8443"
acceptCount="10" debug="0" connectionTimeout="20000"
useURIValidationHack="false" />
to:
<Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
port="80" minProcessors="5" maxProcessors="75"
enableLookups="true" redirectPort="8443"
acceptCount="10" debug="0" connectionTimeout="20000"
useURIValidationHack="false" />
then I restart Tomcat4 with the Service Configuration utility and I get
the following message in the browser when I go to http://localhost
An error occured while loading http://localhost/:
Could not connect to host localhost
Thanks in advance for any help
Hal Haig
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>