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]>

Reply via email to