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