Hmmm...doesn't look like the workers.properties file in my HOWTO. ;) Is the workers.properties file reachable by Apache? Path? Permissions?
Where is the JkWorkersFile statement? I don't see it in httpd.conf, and without it, mod_jk won't know where to look. This is all you need in workers.properties, I doubt it makes a difference, but it might make it easier to debug with a shorter file. # BEGIN workers.properties # (optional) make this equal to CATALINA_HOME workers.tomcat_home=/usr/local/jakarta-tomcat-4.0.4 # (optional) make this equal to JAVA_HOME workers.java_home=/usr/java/j2sdk1.4.0_01 # ps=/ worker.list=ajp13 worker.ajp13.port=8009 # change this line to match apache ServerName and Host name in server.xml worker.ajp13.host=localhost worker.ajp13.type=ajp13 # END workers.properties John > -----Original Message----- > From: Curt LeCaptain [mailto:lecaptainc@;itol.com] > Sent: Wednesday, October 23, 2002 11:07 AM > To: Tomcat Users List > Subject: Re: Mod_JK, Tomcat 4, and Apache 1.3.27 > > > Apache Start: > > /usr/local/apache/bin/apachectl start > HTTPD could not be started > > Error_Log > > [Mon Oct 21 13:06:23 2002] [notice] Accept mutex: sysvsem > (Default: sysvsem) > [Mon Oct 21 16:34:04 2002] [notice] SIGHUP received. > Attempting to restart > [Mon Oct 21 16:34:04 2002] [notice] Apache/1.3.27 (Unix) mod_jk/1.1.0 > configured -- resuming normal operations > [Mon Oct 21 16:34:04 2002] [notice] Accept mutex: sysvsem > (Default: sysvsem) > [Mon Oct 21 16:34:08 2002] [notice] caught SIGTERM, shutting down > ations > [Mon Oct 21 16:34:24 2002] [notice] Accept mutex: sysvsem > (Default: sysvsem) > [Wed Oct 23 09:15:39 2002] [notice] caught SIGTERM, shutting down > [Wed Oct 23 09:16:00 2002] [emerg] Error while opening the workers > [Wed Oct 23 09:16:22 2002] [emerg] Error while opening the workers > [Wed Oct 23 09:27:31 2002] [emerg] Error while opening the workers > [Wed Oct 23 09:27:42 2002] [emerg] Error while opening the workers > > Workers File attached. > > > ----- Original Message ----- > From: "Turner, John" <[EMAIL PROTECTED]> > To: "'Tomcat Users List'" <[EMAIL PROTECTED]> > Sent: Wednesday, October 23, 2002 9:53 AM > Subject: RE: Mod_JK, Tomcat 4, and Apache 1.3.27 > > > > > > OK, then what happens when you start Apache? What's in the > log files? > > Error messages? > > > > John > > > > > > > -----Original Message----- > > > From: Curt LeCaptain [mailto:lecaptainc@;itol.com] > > > Sent: Wednesday, October 23, 2002 10:48 AM > > > To: Tomcat Users List > > > Subject: Re: Mod_JK, Tomcat 4, and Apache 1.3.27 > > > > > > > > > Actually, I get a Syntax OK when I run a configtest. > > > > > > Curt LeCaptain > > > > > > > > > ----- Original Message ----- > > > From: "Turner, John" <[EMAIL PROTECTED]> > > > To: "'Tomcat Users List'" <[EMAIL PROTECTED]> > > > Sent: Wednesday, October 23, 2002 9:38 AM > > > Subject: RE: Mod_JK, Tomcat 4, and Apache 1.3.27 > > > > > > > > > > > > > > It would be more helpful if you could tell us the output of > > > > > > > > /some/path/to/apache/bin/apachectl configtest > > > > > > > > John > > > > > > > > > > > > > -----Original Message----- > > > > > From: Curt LeCaptain [mailto:lecaptainc@;itol.com] > > > > > Sent: Wednesday, October 23, 2002 10:32 AM > > > > > To: Tomcat Users List > > > > > Subject: Mod_JK, Tomcat 4, and Apache 1.3.27 > > > > > > > > > > > > > > > I followed John Turner's instructions according to his how-to > > > > > on his page, > > > > > and set up my Tomcat/Apache setup according to that. > > > > > > > > > > CATALINA_HOME=/usr/local/tomcat (soft link) > > > > > JAVA_HOME=/usr/local/jdk1.3.1_05 > > > > > > > > > > I can start Tomcat, unfortunately, I can't get Apache started > > > > > now, after > > > > > putting an Include statement into my httpd.conf to > load the Mod_JK > > > > > directive. If someone could maybe scour these and let me > > > > > know what I'm > > > > > doing wrong? > > > > > > > > > > Curt LeCaptain > > > > > > > > > > > > > -- > > > > To unsubscribe, e-mail: > > > <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> > > > > For additional commands, e-mail: > > > <mailto:tomcat-user-help@;jakarta.apache.org> > > > > > > > > > > > > > -- > > > To unsubscribe, e-mail: > > <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> > > For additional commands, e-mail: > > <mailto:tomcat-user-help@;jakarta.apache.org> > > > > -- > > To unsubscribe, e-mail: > <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> > > For additional commands, e-mail: > <mailto:tomcat-user-help@;jakarta.apache.org> > > > -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
