My Listener tag at the Server level looks like this (4.1.12):
<Listener className="org.apache.ajp.tomcat4.config.ApacheConfig"
modJk="/usr/local/apache2/modules/mod_jk.so" />
My Listener tag at the Host level looks like this (4.1.12):
<Listener className="org.apache.ajp.tomcat4.config.ApacheConfig"
append="true"
forwardAll="false"
modJk="/usr/local/apache2/modules/mod_jk.so" />
A snippet of my mod_jk.conf is:
<IfModule !mod_jk.c>
LoadModule jk_module /usr/local/apache2/modules/mod_jk.so
</IfModule>
That LoadModule line should change based on the value of "modJk" in the
Listener tags.
John
> -----Original Message-----
> From: RXZ JLo [mailto:rufoo2001@;yahoo.com]
> Sent: Thursday, November 14, 2002 11:16 PM
> To: Tomcat Users List
> Subject: RE: mod_jk-1.3-eapi.so
>
>
>
> --- "Turner, John" <[EMAIL PROTECTED]> wrote:
> >
> > You can add a parameter to the Listener tag in
> > server.xml that says
> >
> > modJk="/my/path/to/modJk/myJkfile"
> >
> > then that value will be written to mod_jk.conf.
> >
>
> Which Listener tag - Server or Host? I added
> modJk="path" at both places and restarted tomcat.
> But couldnt see mod_jk.conf modified.
>
>
>
> > That said, you can just copy mod_jk-1.3-eapi.so to
> > mod_jk.so. No need to
> > use a sledgehammer when a light tap will do.
> >
>
> Just to make it clear which version of mod_jk i am
> using.
>
>
> > John
> >
>
> Thanks,
> rf.
>
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Web Hosting - Let the expert host your site
> http://webhosting.yahoo.com
>
> --
> To unsubscribe, e-mail:
<mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail:
<mailto:tomcat-user-help@;jakarta.apache.org>
--
To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>