Works OK for me. You can change what is used on that line by using the modJk="" parameter in the Listener tag in server.xml.
John > -----Original Message----- > From: Jacob Kjome [mailto:[EMAIL PROTECTED]] > Sent: Monday, November 18, 2002 12:31 PM > To: Tomcat Users List > Subject: Re[2]: [CONFIG] Apache2.0.40 + Tomcat4.1.12 + mod_jk - STILL > HAVING PROBLEMS > > > Hello Jaimes, > > Change the following line: > > LoadModule jk_module /usr/local/apache2/modules/mod_jk.so > > to: > > LoadModule jk_module modules/mod_jk.so > > > Now just include the mod_jk.conf file in your httpd.conf file. > > BTW, when using the listeners to auto-generate the mod_jk.conf file, > I've noticed that they *always* write out the former LoadModule line > which just doesn't work right. What I do is let it auto-generate > mod_jk.conf to conf/auto and then I copy that file to conf/jk > and change the > LoadModule line to the latter. Then I include the modified version in > httpd.conf since the auto-generated version just doesn't work as is. > > Jake > > Monday, November 18, 2002, 10:02:05 AM, you wrote: > > JB> Here it is: > JB> ########## Auto generated on Mon Nov 18 10:08:28 EST > 2002########## > > JB> <IfModule !mod_jk.c> > JB> LoadModule jk_module /usr/local/apache2/modules/mod_jk.so > JB> </IfModule> > > JB> JkWorkersFile "/usr/jakarta/tomcat/conf/jk/workers.properties" > JB> JkLogFile "/usr/jakarta/tomcat/logs/mod_jk.log" > > JB> JkLogLevel emerg > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
