"Matthew Hannigan" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > On Wed, Nov 20, 2002 at 01:51:33PM -0600, Kent Perrier wrote: > > On Wed, 2002-11-20 at 13:24, Steve Cromer wrote: > > > > > > Hi, > > > > > > I would like to integrate Tomcat and Apache. I noticed that there is more than > > > one way to do this. One way involves Warp, using mod_webapp.so and another > > > involves mod_jk. > > > > > > > Please, go look in the archives. This question is asked almost on a > > daily basis. The answer is in the archives. > > It's asked daily in the archives because there is no > clear answer in the docs. > > Add to this the code word and acronym soup of jakarta, tomcat, > catalina, jasper, warp, coyote, ajp12, ajp13, ajp14. > > Don't underestimate the hurdle a newbie has to go through. > > > I belive the answer is: > > mod_webapp - don't use, obsolete
Not quite. More like "being maintained but not enhanced". This means that without new volunteers, it probably won't support anything other than the Apache pre-fork MPM. It has way fewer active developers than mod_jk*, but that is not the same as "none". > > mod_jk - stable, being maintained but not enhanced, > use with apache1.* or apache2, and tomcat3 or tomcat4 > > mod_jk2 - developmental, being maintained and enhanced, > use with apache2 and tomcat4 Current enhancements improve the support for all threaded servers (i.e. Apache2[non-pre-fork]/IIS/iPlanet). On *nix platforms, there is also support for Unix-Sockets (which should out-perform the default TCP-Sockets). If you want to use JNI to connect to Tomcat, than this is the only way to go. Current support is for Apache-1.3.x, Apache2, IIS, (and less active, iPlanet). Full support for Tomcat 3.3.x, Tomcat 4.1.x and Tomcat 5.x. Partial support for Tomcat 3.2.x (native-only), and Tomcat 4.0.x (you need to build the classes for yourself, not hard). IMHO, well worth deploying and testing if you have a non-production box to do it on. > > I use mod_jk with apache1.3.27 and tomcat4.0.6 and > haven't had many problems. > > Matt -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
