On Tue, 17 Apr 2001, Jon Stevens wrote:
> > mod_jk is the de-facto standard to link a web server (not only
> > Apache) to tomcat. mod_webapp is really new and having it
> > incompatible with mod_jk will raise more questions and requests
> > than necessary.
>
> Huh? mod_jk is not 100% compatible with mod_jserv which was also a "de-facto
> standard".
mod_jk is based on mod_jserv code, and ajp12 is the first ( and default )
protocol.
It adds support for multiple servers and multiple protocols.
BTW, mod_jserv is still supported and can be used interchangeably with
mod_jk for ajp12.
> > [ ] I want to have a ajp12/ajp13 in Tomcat 4.0 ?
>
> Is the requirements of the Servlet API technically feasible for allowing
> this to exist?
Probably not for ajp12, it's an old protocol.
Mod_jk supports multiple protocols anyway.
Costin