Hi Kevin,

Are you interested to update the connector to use Ajp14 ( in backward
compat mode  and/or ajp14 mode ) ? I think I found both short term and
long term solutions for the config issue ( well, it seems mod_jk supports
the same 'autoconfig' mode as mod_webapp - and it did that since the
beginning, all it need is a bit of testing and some small improvements
). The big issue is if I'll do that for Ajp14 or should I do it for Ajp13
also ( i.e. a bit more work ). More details soon, I'm sorting out few more
issues.

Costin 



On Fri, 29 Jun 2001, kevin seguin wrote:

> jeez... it's been a while since i've used ajp13 with tomcat 4 :)
> 
> if memory serves...  you want to add an ajp13 connector as a child of a
> service, e.g.:
> 
>   <Service name="Tomcat-Standalone">
>      <Connector className="org.apache.ajp.tomcat4.Ajp13Connector"
>                port="8009" acceptCount="10" debug="0"/>
> 
>       ...
> 
> GOMEZ Henri wrote:
> > 
> > >i tried putting a Host element underneath the Engine but it didn't like
> > >that at all. i think this must be wrong since i'm trying to
> > >associate an
> > >Ajp13Connector with a WarpEngine. how should this be configured? sorry,
> > >i've not been able to find any docs for this configuration.
> > 
> > Hi Donald,
> > 
> > Your best friend here is Kevin Seguin who does the AJP13 port to
> > TC 4.0 :)
> 

Reply via email to