On Thu, 28 Jun 2001 [EMAIL PROTECTED] wrote:
> > i care very much about mod_webapp. er, well, to be more clear, i care very
> > much about having an apache-tomcat connector module that doesn't require
> > me to put the same configuration data in two completely different places.
> > i presume mod_webapp is the only component trying to tackle that job, but
> > if there are others, i'm all ears.
>
> I hope mod_jk will solve this ( next week ). There are few design issues
> I'm strugling with ( i.e. I hate requiring tomcat to be started when
> apache is started, and I want to also fix the double mapping problem ).
>
> The biggest problem is to combine automatic config with manual config, so
> you get "easy to configure" or "maximum flexibility" ( maybe not at the
> same time )
mmf. i just spent a few minutes trying to get mod_jk and catalina playing
together. i built ajp.jar and added this to my server.xml:
<Connector className="org.apache.ajp.tomcat4.Ajp13Connector"
port="8009" acceptCount="10" debug="0"/>
and i built mod_jk.so and put it in my libexec directory, but i don't know
how to configure mod_jk in apache's httpd.conf for tomcat-catalina. do you
have some configuration advice for this situation?
- donald