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.

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]

Reply via email to