> From: SRamasamy [mailto:su...@techie.com] > Subject: RE: tomcat need for AJP and SSL port to run local application > > > 1. Server port="8005" shutdown="SHUTDOWN"
The shutdown port must not be removed. > 2. Connector port="8080" protocol="HTTP/1.1" > connectionTimeout="20000" > redirectPort="8443" Some HTTP port is necessary; you may change the port number to whatever you prefer, within the limits of your OS and environment. The redirectPort attribute may be removed if there is no HTTPS traffic, although it will default to the value 443 if it is removed. As long as there is no <Connector> for the redirectPort, it doesn't matter what the value is. > 3. Connector port="8009" protocol="AJP/1.3" redirectPort="8443" The AJP port may be removed if there is no front-end to Tomcat using the AJP protocol. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org