>> In the Apache error.log file, I get this when I restart Apache... >> >> [Fri May 14 12:13:40 2004] [notice] SIGHUP received. Attempting to >> restart No worker file and no worker options in httpd.conf \nuse >> JkWorkerFile to set workers\n >> [Fri May 14 12:13:41 2004] [notice] Apache/2.0.49 (Unix) >> mod_ssl/2.0.49 OpenSSL/0.9.7d configured -- resuming normal operations >> >> Does anyone know what that error means? > > That you've not told apache where your workers file is? > > http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk/aphowto.html#mod_jk%20Directives
I've done that with this line... Include /usr/local/tomcat/conf/auto/mod_jk.conf ..and even manually with this.... JkWorkersFile "/usr/local/tomcat/conf/jk/workers.properties" I've decided that I'm just going to run Tomcat in standalone mode over SSL now. Most of everything is Java stuff anyway, so it should be fine. Its very annoying that I couldn't get mod_jk working though, especially since I've done it in the past a few times, using older versions of the software though...Tomcat 4.1.24 and a pre-compiled mod_jk that I downloaded. I think its either something with the 4.1.30 version or the fact that I compiled mod_jk.so myself this time. Chris --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
