I am using Fedora Core 3 more my apache/tomcat installation. Also make note that I created a separate mod_jk.conf file and put it into the /etc/httpd/conf.d/ directory, instead of putting it into the httpd.conf file like you are doing.
Here is my mod_jk.conf if that helps you. # # Mod_jk is a connector that communicates with tomcat using the # ajp13 protocol. # LoadModule jk_module modules/mod_jk.so #Where to find the workers.properties JkWorkersFile "/etc/httpd/conf/workers.properties" #Where to find the workers.properties JkWorkersFile "/etc/httpd/conf/workers.properties" #Where to put the jk logs JkLogFile "/var/log/httpd/mod_jk.log" #Log File Level JkLogLevel all #Log file format JkLogStampFormat "[%a %b %d %H:%M:%S %Y] " JkRequestLogFormat "%w %V %T" JkShmFile "/var/log/httpd/jksmfile" JkShmSize 20M -----Original Message----- From: naidim [mailto:[EMAIL PROTECTED] Sent: Thursday, June 16, 2005 9:08 AM To: tomcat-user@jakarta.apache.org Subject: Can't find workers file I'm running Apache 2.0.52 and Tomcat 5.5.9 on Fedora Core 3. Both are working properly. I installed mod_jk, but when I edit httpd.conf to add JkWorkersFile I get an error starting Apache: Can't find workers file. I've checked the path, tried changing locations, nothing seems to work. Anyone seen this error before? Thanks --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]