Did you mean to say that the Include line in your httpd.conf was "/some/path/to/tomcat/conf/auto/mod_jk.conf" instead of what you wrote?
.so files aren't included in Apache with "Include", they are loaded using a "LoadModule" line. Can you provide the EXACT error message displayed by Apache? There's usually more than "Start Failed". What does Apache's log say? Also, you can always check your httpd.conf by "/some/path/to/apache/bin/apachectl configtest", there's no reason to do a full start. John > -----Original Message----- > From: Jaimes Blunt [mailto:jblunt@;itravel2000.com] > Sent: Thursday, November 14, 2002 11:14 AM > To: Tomcat Users (E-mail) > Subject: [CONFIG] Apache2.0.40 + Tomcat4.1.12 + mod_jk > > > 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 > > > -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
