Hi, The mod_jk you are using seems not to function properly. You can see that if you user the command: ldd /home/qrq/suds_20_dir/apache/libexec/mod_jk.so (you should get something like --> not found ...
Recompile it or download a binary version suitable to your system form http://apache.speedbone.de/tomcat/tomcat-connectors/jk/binaries/ ************************************ Mit freundlichem Gruß / kind regards Dr. Aliye Edao -----Ursprüngliche Nachricht----- Von: Kaushal Shriyan [mailto:[EMAIL PROTECTED] Gesendet: Montag, 6. März 2006 12:51 An: Tomcat Users List Betreff: Re: mod jk Thanks Warren Pace Its there I will paste u the httpd.conf file but while i restart [EMAIL PROTECTED]/apache/bin# ./apachectl start Syntax error on line 206 of /home/qrq/suds_20_dir/apache/conf/httpd.conf: Cannot load /home/qrq/suds_20_dir/apache/libexec/mod_jk.so into server: ld.so.1: /home/qrq/suds_20_dir/apache/bin/httpd: fatal: relocation error: file /home/qrq/suds_20_dir/apache/libexec/mod_jk.so: symbol dir_module: referenced symbol not found ./apachectl start: httpd could not be started Regards Kaushal On 3/6/06, Warren Pace <[EMAIL PROTECTED]> wrote: > > > > > From: "Kaushal Shriyan" <[EMAIL PROTECTED]> > > Date: 2006/03/06 Mon AM 05:08:31 EST > > To: users@tomcat.apache.org, users@httpd.apache.org > > Subject: mod jk > > > > HI All > > > > I am getting > > > > [EMAIL PROTECTED]/apache/bin# ./apachectl start > > Syntax error on line 212 of /home/qrq/suds_20_dir/apache/conf/httpd.conf: > > Invalid command 'JkWorkersFile', perhaps mis-spelled or defined by a > > module not included in the server configuration > > ./apachectl start: httpd could not be started > > [EMAIL PROTECTED]/apache/bin# > > > > Please let me know where i am going wrong > > > Are you loading mod_jk dynamically? > The JkWorkersFile statement needs to appear after the LoadModule statement as > such: > LoadModule jk_module /usr/lib/apache2/mod_jk.so > JkWorkersFile /etc/apache2/workers.properties > > > Regards > > > > Kaushal > > > > --------------------------------------------------------------------- > > 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] > > --------------------------------------------------------------------- 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]