Look for the following in your server.xml file. That file will be in
[TOMCAT_HOME]/conf

        <Connector className="org.apache.tomcat.service.PoolTcpConnector">
            <Parameter name="handler"

value="org.apache.tomcat.service.http.HttpConnectionHandler"/>
            <Parameter name="port"
                value="8080"/>
        </Connector>

change the 8080 to the port you want.
Brett.

-----Original Message-----
From: Benjamin Bostow [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 04, 2001 1:16 PM
To: [EMAIL PROTECTED]
Subject: Changing Tomcat Port 8080


There is a confliced between programs on port 8080. I need to change Tomcat
to listen to another port other than 8080. The other aplication requires
Apache to use port 8080. Can anyone tell me how to change the port number
that Tomcat uses?


Reply via email to