RE: Changing Tomcat Port 8080

2001-10-04 Thread Brett Crossley
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

Re: Changing Tomcat Port 8080

2001-10-04 Thread Héctor Garcia Peris
At 13:16 04/10/01 -0400, you wrote: 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? Look at the