This is a discussion on No worker file and no worker options in httpd.conf within the Apache Web Server forums, part of the Web Server and Related Forums category; I have making apache and tomcat working both on port 80. So I installed apache installed tomcat and they are ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I have making apache and tomcat working both on port 80. So I
installed apache installed tomcat and they are working. Apache running on port 80 and tomcat running on port 8080. Now I build mod_jk.so and placed it in /usr/local/apache/modules added LoadModule jk2_module modules/mod_jk2.so to httpd.conf. added: # worker properties 10.0.0.1 [uri:10.0.0.1.com/*.jsp] worker=ajp13:localhost:8009 to /usr/local/apache/conf/workers.properties also added to server.xml the following information <Host name="10.0.0.1" debug="0" appBase="/export/home/webroot/website" unpackWARs="true" autoDeploy="true"> <Context path="" docBase="" debug="1"/> <Valve className="org.apache.catalina.valves.AccessLogVal ve" directory="logs" prefix="mntsoms_access_log." suffix=".txt" pattern="common" resolveHost="false"/> </Host> After al this I restarted tomcat and apache.... Buth it is not working and all I can find is the appache error log the following: -------------------- [Fri Feb 06 14:07:13 2004] [notice] caught SIGTERM, shutting down No worker file and no worker options in httpd.conf use JkWorkerFile to set workers No worker file and no worker options in httpd.conf use JkWorkerFile to set workers [Fri Feb 06 14:07:18 2004] [notice] Apache/2.0.48 (Unix) configured -- resuming normal operations -------------------- Any clue what this can be? Regards, Johan Louwers. |