have you added an Include line to the auto folder of the tomcat conf
directory?
If so then check your tomcat logs for error messages...
If there aren't any introduce some intentional errors and see if
server.xml and httpd.conf are being loaded at all.
Then check with all the available logs...
It's in httpd.conf, and i don't see any errors in
the httpd logs about it, but i don't know how to
verify it's loaded. Is there a way for apache
to show loaded modules?
--- Kim Albee <[EMAIL PROTECTED]> wrote:
probably something you've made sure to do, but are
you loading mod_jk.so in
the httpd.conf?
Kim :-)
On 7/26/06, Ian Caswell <[EMAIL PROTECTED]> wrote:
##Relevant entries from /etc/httpd/conf/httpd.conf
LoadModule jk_module modules/mod_jk.so
Include conf.d/*.conf
--