Hello,
use your own configuration File, because all your alternations will be lost, when you restart Tomcat.
You could insert the configuration in the httpd.con file from Apache like this:
In httpd.conf:
LoadModule jk_module something/mod_jk.so  (the something is a path behind the apache path)
AddModule mod_jk.c
JkWorkersFile /user/local/TOMCAT_HOME/conf/workers.properties
JkLogFile       /usr/local/TOMCAT_HOME/log/servlet.log
Alias /test "/usr/local/TOMCAT_HOME/webapps/test
-> see more in the apache-tomcat.howto

Greetings,
Michael

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