Hi all,
I am trying to get the auto config stuff working between Apache and
Tomcat. This is with Apache 2.0.43 and Tomcat 4.1.12 with mod_jk2.
I have my server.xml using listeners with
org.apache.ajp.tomcat4.config.ApacheConfig but it appears to generate a
config file tailored to mod_jk. That is there are statements generated like
<IfModule !mod_jk.c>
Loadmodule k_module modules/mod_k.dll
</IfModule>
and
JkMount /admin/*.jsp apj13
that are not well received by Apache
Peeking in the java for ApacheConfig I see that these sort of things are
hard coded so I presume that ApacheConfig is designed specifically for
mod_jk. Is there a listener class tailored for mod_jk2 or should I
tinker in the java to make it work for mod_jk2 ?
Or, and quite possibly, am I just confused?
Kind regards,
Mike
--
To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
- mod_jk.conf-auto Bush, Craig R.
- mod_jk.conf-auto Christian Ribeaud
- RE: mod_jk.conf-auto Filip Hanik
- Re: mod_jk.conf-auto Eric Fialkowski
- mod_jk.conf-auto Jonathan Jacobson
- Re: mod_jk.conf-auto Darrell Esau
- RE: mod_jk.conf-auto Soffen, Matthew
- RE: mod_jk.conf-auto Larry Isaacs
- mod_jk.conf-auto Barinek, Michael
- RE: mod_jk.conf-auto Turner, John
- mod_jk.conf-auto M. Hockings
- mod_jk.conf-auto Armenio Pinto
- Re: mod_jk.conf-auto Anton Tagunov
