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>

Reply via email to