Here's the deal: the connectors have TWO "SIDES": Apache side, and Tomcat side. The Apache "side" is written in C and is an Apache module in .so format. The Tomcat "side" is written in Java and is in the form of classes in a Jar file.
The Tomcat "sides" of ALL the connectors come with Tomcat. You turn these "on" and "off" using server.xml. If you download Tomcat source and try and build it, you will need to build the Java side of the connectors as well. If, however, you download the binary install of Tomcat (preferred), the Tomcat/Java side of the connectors will be there already...no need to build. The Apache "sides" of the connectors can either be built or downloaded in binary format. So, for any given Tomcat version, you can have any given version of Apache. In addition, you can have any given version of the connectors. So you might have JK 1.2 working with Apache 1.3.26 and Tomcat 4.1.10, or whatever. John > -----Original Message----- > From: yoom nguyen [mailto:[EMAIL PROTECTED]] > Sent: Monday, October 14, 2002 11:02 AM > To: Tomcat Users List > Subject: Re: RE: tomcat 4.1.12 with apache > > > John > If the jk2 is come with Tomcat 4.1.X. Would you know if mod-jk.so > come with it. > > Thanks, Yoom > > ----- 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 > > > > > -----Original Message----- > > > From: Sven K�hler [mailto:[EMAIL PROTECTED]] > > > Sent: Monday, October 14, 2002 2:54 AM > > > To: [EMAIL PROTECTED] > > > Subject: Re: tomcat 4.1.12 with apache > > > > > > > > > > mod_jk is available for use with Tomcat 4.x. In fact, many > > > subscribers to > > > > this list are using that very configuration. > > > > > > > > There are many HOW-TO's listed about how to integrate > > > Apache and Tomcat > > > > 3.x/4.x using mod_jk. A quick browse through the archives > > > of this list > > > > archive will provide proof of this. > > > > > > > > mod_webapp is no longer current and should not be used. > > > Again, reading the > > > > list archive will prove this as well. > > > > > > i found mod_jk2 v2.0.1 but i get confused when reading the docs. > > > the docs talk about mod_jk and mod_jk2 - are these just 2 > > > names for the > > > same module? > > > > > > the docs: > > > http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2 > > > /release/v2.0.1/doc/ > > > > > > > > > > > > > > > -- > > > To unsubscribe, e-mail: > > > <mailto:[EMAIL PROTECTED]> > > > For additional commands, e-mail: > > > <mailto:[EMAIL PROTECTED]> > > > > > > > -- > > To unsubscribe, e-mail: <mailto:tomcat-user- > > [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]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
