Well, first of all, why do you want to change the location of mod_jk.so?? It is much easier if you keep things in the standard places, so that next time you need help, people can help you better.

But if you really want to change it, you should not change the file mod_jk.config-auto. This is a file generated by tomcat, each time you start up. So if you change it, tomcat will change it back again next time.
So rename the file. Change the line "LoadModule jk_module libexec/mod_jk.so" inside this config file. Make it point to your new location, instead of libexec/mod_jk.so Then do not forget to include this new config file in the httpd.conf of apache().

Regards,
Frans

On 25 Apr 2001, at 15:59, Chonsiu208 wrote:

hi there,

Does anybody know how to change the configuration of mod_jk.confg- auto ? I want to instruct Apache to load the jk module from location other than the default libexec/mod_jk.so.
Thanks

chonsiu.


Reply via email to