Can't do this if Apache is listening on port 80.  You need to stop Apache
(and prevent it from restarting or starting on boot) and THEN do change
server.xml.  Otherwise, you need a connector.

John


> -----Original Message-----
> From: Kwok Peng Tuck [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, October 15, 2002 2:12 AM
> To: Tomcat Users List
> 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