I don't know how to explain it any clearer than this:
1. each connector has 2 parts. One Java part. One Apache module part. 2. The Java parts come with Tomcat if you download the binary package. There is nothing further that you need to do on the Tomcat side, other than configuring the connector in server.xml to your preference. 3. The Apache modules do not come with Tomcat. You can either download them in binary format, or download the source and build them. Your choice. I've already replied to your other post on this topic with build instructions for the mod_jk2.so Apache module on Linux. I'm not sure what else you need. Perhaps if you describe exactly what it is you want to do, there will be a more concise answer. If all you are looking for is the Apache module for one of the connectors, look here: http://jakarta.apache.org/builds/jakarta-tomcat-connectors/ John > -----Original Message----- > From: yoom nguyen [mailto:[EMAIL PROTECTED]] > Sent: Monday, October 14, 2002 11:12 AM > To: Tomcat Users List > Subject: Re: RE: tomcat 4.1.12 with apache > > > John > > Is that true mod_jk2 come with tomcat 4.1.2? If that is the case > then I don't need to build JK2 for apache, is this true? > I am using tomcat 4.1.12 and trying to build jk2 and I am still > having problem with it. Any sugguest? > > Thanks > > ----- Original Message ----- > From: "Turner, John" <[EMAIL PROTECTED]> > Date: Monday, October 14, 2002 9:24 am > Subject: RE: tomcat 4.1.12 with apache > > > > > No. There are 2 distinct modules. The production-ready > module is JK > > (mod_jk). There is a new development effort underway for > an improved > > connector, that effort is JK2 (mod_jk2). Mod_jk2 should be > > considered beta > > at this time, though it's apparently usable. The default > > connector in > > Tomcat 4.1.1x is JK2...to use JK you will want to comment > out the JK2 > > connector and enable the AJP13 connector in server.xml. > > > > John > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>