Hey Guys,
I know that this subject has been beaten to death, but I am at my wits end. I have
tried about 8 different tutorials on the matter, and I always get the same appache
message: Start Failed. I have setup Tomcat by modifying my server.xml file to use the
mod_jk connector, not the Coyote JK2 (I remmed it out). I have also set up my
listener under the as:
<Listener className="org.apache.ajp.tomcat4.config.ApacheConfig"
modJk="/etc/httpd/modules/mod_jk.so"/>
I have setup my listener under the Host as:
<Listener className="org.apache.ajp.tomcat4.config.ApacheConfig" append="true"
modJk="/etc/httpd/modules/mod_jk.so"
workersConfig="/usr/jakarta/tomcat/conf/jk/workers.properties"/>
I have placed my workers.properties file in the $TOMCAT_HOME/conf/jk directory
I have setup my apache config file with the following include at the bottom of the
file:
Include /etc/httpd/modules/mod_jk.so
I have also checked to make sure that my apache servername and my tomcat host
servername are the same.
Tomcat starts up properly each time (No errors anyways) and the mod_jk.conf file is
placed into the $TOMCAT_HOME/conf/auto directory. When I review this conf file all of
the settings appear to be consistent.
If anyone has ANY suggestions I would really apprecite it.
Thanks
Jaimes Blunt