These all all different modules to reach the same goal:
connect apache with tomcat.

mod_jserv
  - the module that came from the jserv servlet engine 
    for apache. Just forget about it if you use tomcat.

mod_jk successor of mod_jserv
  - Currently the best (At least that's what I sample 
    from the traffic in this list) connector for apache

mod_jk2 successor of mod_jk
  - currently in alpha or beta state
    AFAIK this development branch was induced through
    the release of apache 2.

mod_webapp
  - Was intended as a replacement for mod_jk
    in tomcat 4. It's a complete redisign.
    As it wasn't ready when tomcat 4 was released
    mod_jk has been changed to allow an integration
    with tomcat 4. Although mod_webapp seams to have 
    reached a state where it's close to production 
    quality it has some drawbacks, so people like to 
    continue to use mod_jk. From what I see in this 
    list the development of mod_jk is more active 
    than mod_webapp.

> -----Ursprüngliche Nachricht-----
> Von: michael wimmer [mailto:[EMAIL PROTECTED]]
> Gesendet: Dienstag, 13. August 2002 16:31
> An: Tomcat Users List
> Betreff: apache integration
> 
> 
> hi,
> 
> what is the proper module for integrating tomcat 4 into apache?
> 
> the documentation talks about mod_jk, but what role do mod_jserv and
> mod_webapp play?
> 
> tia 
> 
> michael
> 
> 
> --
> 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]>

Reply via email to