the java side of the ajp stuff in jtc has been static for a while
because i've been really busy and also i had been waiting to see what
was in coyote and how it would affect tomcat 4.
i think that soon, all of the core ajp java code should be refactored
into the org.apache.ajp package. that probably just means removing
Ajp13.java from org.apache.ajp.tomcat33.
also, i think that org.apache.ajp.AjpRequest can either be replaced by
org.apache.coyote.Request, or it should extend or adapt
org.apache.coyote.Request.
hopefully, in the coming weeks, i'll have more time to spend on this
stuff :)
-kevin.
GOMEZ Henri wrote:
>
> Hi to all,
>
> I'd like to know what's the current status of ajp java on j-t-c.
>
> 1) We have now two implementations of AJP13 protocol,
> in org.apache.ajp.tomcat33 and org.apache.ajp
> Also implementations came with its own code for core engine.
> (org.apache.ajp.tomcat33 / org.apache.ajp.tomcat4)
>
> Could we at minina, share ajp networking code between TC33/TC40 ?
>
> Will we use Coyote as base of reflexion and have implementation
> on both TC33 and TC40 ?
>
> All these questions since I'll start to write ajp14 java side and
> need to know what will be the base. If we could have at least common
> ajp networking code between TC33/TC40, it will avoid duplicate and
> error.
>
> Regards