Or, if this is Redhat and you don't have a "libexec" subdirectory, create a
symlink in the /etc/httpd directory that points to the apache lib
subdirectory:

    cd /etc/httpd
    ln -s ../../usr/lib/apache libexec

so you don't have to cart around separate copies of the mod_jk.so library.

Regards,
Joel

----- Original Message -----
From: "Thad Humphries" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 26, 2001 1:29 PM
Subject: Re: mod_jk.conf-auto problem


> You might check where mod_jk.so is located.  Though it reads
>
>          LoadModule jk_module libexec/mod_jk.so
>
> in mod_jk.conf-auto, RedHat 6.2 installs all .so modules in
/usr/lib/apache
> which is linked to /etc/httpd/modules.  Notice that 'libexec' is no part
of
> this!
>
> Without writing your own mod_jk.conf, you can create /etc/httpd/libexec
and
> copy mod_jk.so into it.
>
> At 09:10 4/26/2001 -0700, you wrote:
>
> >I am having problems connecting Tomcat with Apache.
> >
> >
> >
> >Binaries
> >
> >Apache 1.3.19
> >Tomcat 3.2.1
> >
> >Linux 7
> >
> >error:
> >
> >Syntax error on line 8 of /usr/local/tomcat/conf/mod_jk.conf-auto:
> >
> >Invalid command 'LoadModule', perhaps mis-spelled or defined by a module
> >not included in the server configuration
> >
> >mod_jk.so is a Linux binary in placed in libexec
> >
> >Thanks!
> >
> >a.l.
> >[EMAIL PROTECTED]
> >
> >
> >
> >----------
> >Get your FREE download of MSN Explorer at
> ><http://explorer.msn.com>http://explorer.msn.com
>
> --------------------------------------------------------------------------
> Thad Humphries                  "If the misery of our poor be caused not
> Web Development Manager          by the laws of nature but by our institu-
> Phone: 540/675-3015, ext. 225    tions, great is our sin."  Charles Darwin

Reply via email to