in an addendum to my problem, after changing the LoadModule to an absolute path, I get the error:
(38)Function not implemented: Error while opening the workers in mod_jk.log. I can't seem to find very much documentation on mod_jk, so I'm not sure the cause of this error. Is there a list of error codes online? thanks for your help. --paul -----Original Message----- From: Paul Sanwald [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 16, 2002 3:23 PM To: 'Tomcat Users List' Subject: mod_jk problem hello everyone, I am having a nasty problem with tomcat 4.0.3 and apache 1.3.23 on a machine running redhat7.0. I am using mod_jk to connect tomcat and apache, and until I rebooted the machine it was working great. after I rebooted the machine, mod_jk.log gives me this error message when I try to start apache. I am not sure what the problem could be, as it was definitely working before the machine was restarted. Tomcat starts fine, as does apache when I comment out the LoadModule and associated code. Any help thoughts would be very much appreciated. here's the error from mod_jk.log: [Thu May 16 14:48:05 2002] [jk_ajp13_worker.c (464)]: In jk_worker_t::validate, resolve failed [Thu May 16 14:48:05 2002] [jk_ajp13_worker.c (466)]: In jk_worker_t::validate, Error <hostname> 8009 [Thu May 16 14:48:05 2002] [jk_worker.c (164)]: wc_create_worker validate failed for ajp13 [Thu May 16 14:48:05 2002] [jk_worker.c (229)]: build_worker_map failed to create workerajp13 here's my workers.properties file: #----------------------------------------------- workers.tomcat_home=/opt/jakarta-tomcat-4.0.3/ workers.java_home=/opt/jdk1.3.1_02/ ps=/ worker.list=ajp13 # Definition for Ajp13 worker # worker.ajp13.port=8009 worker.ajp13.host=<hostname> worker.ajp13.type=ajp13 and here's the relevant parts of my httpd.conf: #---------------------------------------------------------------- # Load mod_jk # LoadModule jk_module libexec/mod_jk.so #AddModule mod_jk.c # Configure mod_jk # JkWorkersFile /opt/jakarta-tomcat-4.0.3/conf/workers.properties JkLogFile /opt/apache/logs/mod_jk.log JkLogLevel info JkMount /examples/* ajp13 JkMount /contest/* ajp13 JkMount /reporting/* ajp13 JkMount /csv/* ajp13 JkMount /servlet/* ajp13 # First Virtual Host. # <VirtualHost 10.0.0.1:80> DocumentRoot /opt/apache/htdocs ServerName web.dcnlive.com #JkMount /*.jsp ajp13 #JkMount /servlet/* ajp13 </VirtualHost> Thanks for your help --paul -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
