On Tue, 19 Jun 2001, Aaron Bannert wrote:

> Connectors
> ----------
> 
> * jk: The native and java parts of the ajp12/ajp13 [is this correct?]
>   connector. Both Tomcat 4.0 and Tomcat 3.3 are supported.
> 
> * webapp: The native and java parts of the ajp14 connector, now known
>   as mod_webapp and warp respectively.

??? 

AFAIK webapp has nothing to do with ajp14 - it's a different module and
protocol. Ajp14 is the successor of ajp13 in mod_jk space, and it'll
integrate some of the features of warp ( autoconf of webapps ).


> * coyote: A reflexion framework +/- of what is needed to handle HTTP requests
>   in Tomcat (in java). These utilities are not intended for user code.
>   They are used internally by Tomcat.
 
This is the first step in the java-side refactoring, togheter with the
current implementations of Ajp13 for 4.0 and 3.3 ( which are curently in
distinct files, conditionally compiled ).

In time both will merge ( maybe as part of a common ajp14 ), probably
using coyote.


Costin

Reply via email to