I think that you'll find apache users workers2.properties in the same conf dir as the httpd.conf, whereas tomcat4 uses the jk2.properties, which on my RH7.3 install was in /etc/tomcat4
ie You don't tell apache where jk2.properties is � it uses workers2.properties >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< On 16/12/2002, 16:46:43, Debra "Mendelson," CCE <[EMAIL PROTECTED]> wrote regarding switching from mod_jk to mod_jk2: > I am using httpd 2.0.43 and tomcat 4.1.12 > I have been using mod_jk and would like to move to mod_jk2 > in mod_jk I added the following directives to point apache to my > application: > JkWorkersFile /myapp/conf/workers.properties > JkLogFile /myapp/logs/jk.log > JkLogLevel warn > JkMount /servlet/* trueoutcomes30 > From the documentation I have read I assume that the content in > workers.properties changes and many downloads offer a sample jk2.properties > file. > My question is if the JkWorkersFile directive does not exist in httpd.conf, > than how do I tell apache where my jk2.properties file is? > -- > 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]>
