Could you have assigned 80 to HTTP requests already ??? ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, September 21, 2002 11:03 PM Subject: How to use Port 80?
> 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]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
