Sounds like a permissions problem. Apache usually runs as user "nobody"
or user "apache". Just make sure that the user apache runs as can
"read" ..mod_jk.conf-auto.
Try copying the generated mod_jk.conf-auto to the same directory
that your httpd.conf file lives, then restart tomcat and apache.
If everything then works, you know that it is not a problem with
mod_jk.so etc.
-Mike Jennings
----- Original Message -----
From: "Jacek Kempski" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, June 04, 2001 11:14 AM
Subject: problem installing mod_jk
> Hello,
>
> i am new to tomcat; try to configure apache with tomcat using mod_jk.
> I run SuSE Linux 7.1, Apache 1.3.14, JDK 1.3
>
> I have built mod_jk.so and put it to the libraries directory.
> I can start tomcat with no problems
> I've included mod_jk.conf-auto in the httpd.conf
> and included <ApacheConfig /> in the server.xml
> Starting apache brings an error "cannot open ...mod_jk.conf-auto" (with
the
> right path to the mod_jk.conf-auto which by the way exists after tomcat's
start)
>
> how can i fix it?
>
> thanks in advance,
>
> jacek
>