-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Randir,

randhir.si...@elitecore.com wrote:
> As, I have understood to make a mod_jk Load module, the steps are:-
> 
> --------------------------------------------------------
> $ ./configure --prefix=/path/to/install
>         --enable-shared=foo
> $ make install
> --------------------------------------------------------
> 
> Are, the steps correct as this is what I could make of the documentation?

Where did you find these instructions? From the BUILD.txt file that
comes with mod_jk:

"
For the impatient Apache admins:
$> cd native
$> ./configure --with-apxs=/usr/sbin/apxs (or where ever the apxs/apxs2 is)
$> make
$> su -c 'make install'
"

Is there any reason to set the prefix and "shared" stuff? This only
makes sense if you are using mod_jk as a shared module. Using the
- --with-apxs for your Apache installation makes sure that mod_jk is built
appropriately for your Apache version and configuration.

> So, that while starting apache with the following configured in the
> httpd.conf:
> 
> -------------------------------------------------------------------------------
> LoadModule jk_module libexec/mod_jk.so
> JkWorkersFile /usr/local/apache1.3/conf/workers.properties
> JkLogFile /usr/local/apache1.3/logs/mod_jk.log
> JkLogLevel debug
> -------------------------------------------------------------------------------
> 
> there should be no error like 'Invalid command 'LoadModule', perhaps
> mis-spelled or defined by a module not included in the server
> configuration'.

I can see from another post that you are trying to find a mod_jk version
for Apache 2.2.4. Are you using Apache httpd 1.3 or 2.2?

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkmLcvsACgkQ9CaO5/Lv0PAUOgCgjIUs9HjxMzfuqaDwEICGox3+
+EoAn1e1X+tEV7vvJdPlaNRapTyeMcKs
=Xk8r
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to