JK2 is in-process. There is no mod_jk.conf.
All due respect, but the answers to your questions (so far) are all in the docs: There are two files: workers2.properties, and jk2.properties. One is Apache-side (workers2.properties), the other is Tomcat side (jk2.properties). >From the docs at http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/index.html: Tomcat side: "This document describes the configuration file used by mod_jk2 on the Tomcat site. Its default name is ${jkHome}/conf/jk2.properties, where ${jkHome} is the well known ${catalina.base} property." Apache side: "Jk2 uses a config file ( workers2.properties ) in the style of a .properties or ini file. It can be configured to use any other backend that provides similar capabilities. This document describes the format of this configuration file. Its default name is ${serverRoot}/conf/workers2.properties, where ${serverRoot} is something like /opt/apache." Robert Sowders has already provided an example workers2.properties file. John > -----Original Message----- > From: unplug [mailto:[EMAIL PROTECTED]] > Sent: Friday, October 11, 2002 5:41 AM > To: Tomcat Users List > Subject: Re: connector between tomcat & apache > > > Thanks for your example. But I am still confused to set it > up. I think > it is better to do a setup comparison with tomcat3.3+apache1.3+mod_jk. > > tomcat3.3+apache1.3+mod_jk: > It needs a configuration file called mod_jk.conf and include it in > httpd.conf. > > tomcat4.1+apache1.3+mod_jk2: > Where is the configuration file? What should I include in > httpd.conf? > Moreover, the document mentions a worker file called > worker2.properties. Where does it located? > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
