Jacob Rhoden wrote:
Hi,

If I only allow connections to tomcat through apache (mod_jk), is it ok then to turn off the the http connector, ie (for example in tomcat 6)

   <Connector port="5001" protocol="HTTP/1.1"
              connectionTimeout="20000" redirectPort="8443" />

   <Connector port="4006" protocol="AJP/1.3" redirectPort="8443" />

So that tomcat only listens on the AJP port? Thanks.

Yes, just comment it out and restart.

p



Best Regards,
Jacob

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to