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

Reply via email to