Soeren Kalesse wrote:

> Syntax error on line 8 of /usr/share/tomcat/conf/mod_jk.conf-auto:
> Cannot load /etc/apache-ssl/libexec/mod_jk.so into server:
> /etc/apache-ssl/libexec/mod_jk.so: cannot open shared object file: No
> such file or directory


You should not just put a single include directive in your httpd.conf
but something like this (as the Debian package does with Apache):

LoadModule jk_module /usr/lib/apache/1.3/mod_jk.so
<IfModule mod_jk.c>
# The following line is for apacheconfig - DO NOT REMOVE!
JkWorkersFile /etc/tomcat/jk/workers.properties
Include /etc/tomcat/auto/mod_jk.conf
</IfModule>

The LoadModule directive in /etc/tomcat/auto/mod_jk.conf will then be
ignored because the module has already been loaded.

-- 
Stefan Gybas


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to