They should not both be listening on port 80. If you really need them both, the best bet is to have Apache on port 80 and have it forward requests to Tomcat through the Warp connector. I am very surprised that you got them both to listen simultaneously on port 80.
Dave Patton On Mon, 2002-10-14 at 23:49, Satish Kumar wrote: > Thanks Kwok, > > That worked. I was wondering why it did not interfere with Apache because > Apache is also listening on port 80? > > Thanks again, > Satish > ----- Original Message ----- > From: "Kwok Peng Tuck" <[EMAIL PROTECTED]> > To: "Tomcat Users List" <[EMAIL PROTECTED]> > Sent: Monday, October 14, 2002 11:11 PM > Subject: Re: How can I change default 8080 port to 80 > > > > In the server.xml file, modify the entry > > > > <Connector className="org.apache.catalina.connector.http.HttpConnector" > > port="8080" minProcessors="5" maxProcessors="75" > > enableLookups="true" redirectPort="8443" > > acceptCount="10" debug="0" connectionTimeout="60000"/> > > > > Change the attribute port="8080" to port="80". > > Restart tomcat. Should work fine. > > > > > > Satish Kumar wrote: > > > > >Greetings, > > > > > >I have installed Tomcat 4.1.12 and Apache 2. Tomcat is listening on port > 8080 whereas apache is listening on port 80. What do I need to do so that > tomcat listens to default http port 80? > > > > > >Thanks, > > >Satish (A Beginner) > > > > > > > > > > > > > > > > > -- > > 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]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>