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"/>

thanks, that works like a charm. for some reason, it did _not_ work when i
duplicated the existing Service and changed the Connector to be this
instead (!) but when i added this Connector to the existing
Tomcat-Standalone Service, everything's coming up roses now. yeah!

so is there still interest in a patch for the mod_webapp docs or has focus
been shifted over to mod_jk?

- donald

Reply via email to