John,

Maybe you can clear this up for me.. I get the hint from several different messages that the CoyoteConnector handles both JK and JK2. Looking at the server.xml it appears that, based on the comments in that file

<!-- Define a Coyote/JK2 AJP 1.3 Connector on port 8009 -->
<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"/>


...that the CoyoteConnector is ONLY for JK2 and that the "commented" tag below that:

<!-- Define an AJP 1.3 Connector on port 8009 -->
<!--
<Connector className="org.apache.ajp.tomcat4.Ajp13Connector"
port="8009" minProcessors="5" maxProcessors="75"
acceptCount="10" debug="0"/>
-->

...is for JK.. Last I tried this, uncommenting this code threw errors..

This Saturday I'm making another run at getting Apache2 and Tomcat4 talking, and maybe clearing this up might help..<G>

Thanks...

John...

Turner, John wrote:

Well, JK/JK2 are their own protocols, and the CoyoteConnector class handles
them just fine.

--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to