Charles, I have few questions regarding tomcat our web application running on tomcat version 6, I go through tomcat server.xml file its shows the following ports 1. Server port="8005" shutdown="SHUTDOWN"
2. Connector port="8080" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8443" 3. Connector port="8009" protocol="AJP/1.3" redirectPort="8443" My application not communicates with other service like web service and other application. Our application running on local machine only I have removed AJP and SSL port even if remove redirect port also application working and looks good. Please let me know if I remove connector port AJP and SSL port it will come any other problem handing request. Caldarale, Charles R wrote: > >> From: SRamasamy [mailto:su...@techie.com] >> Subject: tomcat need for AJP and SSL port to run local application >> >> I go through tomcat server.xml file its shows the following ports >> 1. >> >> 2. >> >> 3. > > Is this a fill-in-the blank question? > >> Please let me know if I remove connector port AJP and SSL port it will >> come any other problem handing request. > > If I understand your question, you do not need the AJP and SSL ports in > Tomcat if the only access is via HTTP. > > - 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 > > > -- View this message in context: http://old.nabble.com/tomcat-need-for-AJP-and-SSL-port-to-run-local-application-tp26343732p26343886.html Sent from the Tomcat - User mailing list archive at Nabble.com.