Hello,
What is the difference between those two connectors :
<Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
port="8009" minProcessors="5" maxProcessors="75"
enableLookups="true" redirectPort="8443"
acceptCount="10" debug="0" connectionTimeout="20000"
useURIValidationHack="false"
protocolHandlerClassName="org.apache.jk.server.JkCoyoteHandler"/>
<Connector className="org.apache.ajp.tomcat4.Ajp13Connector"
port="8009" minProcessors="5" maxProcessors="75"
acceptCount="10" debug="0"/>
Both are in the Tomcat server.xml release.
In trying to setup Tomcat 4.1.12, Apache 2.0.42 amd mod_jk2, I went to
choose of one of this connector and could not make my mind. I had to try
and see which one is the right.
Does anyone have some tips or URLs to understand which one use in which
case?
Thanx
Med
--
To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>