The difference is the internal structure.

Ajp13Connector is the the older, more proven 
solution but has some architectural problems.

CoyoteConnector is an new connector architecture.
The CoyoteConnector itself is protocol independend
and uses external classes to speak the protocol.

The CoyoteConnector with JkCoyoteHandler is the 
recommended solution for AJP no matter wether you use 
mod_jk or mod_jk2.

> -----Original Message-----
> From: "Thébault, Médérick"
> [mailto:Mederick.Thebault@;brittany-ferries.fr]
> Sent: Tuesday, October 29, 2002 2:47 PM
> To: Tomcat Users List
> Subject: Differences Coyote/JK2 AJP1.3 vs AJP 1.3 Connector
> 
> 
> What is the difference between those two connectors :
> 
> <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
> protocolHandlerClassName="org.apache.jk.server.JkCoyoteHandler"/>
> 
> <Connector className="org.apache.ajp.tomcat4.Ajp13Connector"

--
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