jean-frederic clere wrote:

> Hi all,
>
> I am wondering where to put put my energy mod_jk or mod_webapp.
>
> Looking the repositories I have found the following:
>
> ./jakarta-tomcat/src/native/mod_jk/apache1.3/mod_jk.c
> ./jakarta-tomcat/src/native/mod_jk/apache2.0/mod_jk.c
> ./jakarta-tomcat/src/native/mod_jserv/mod_jserv.c
> ./jakarta-tomcat-4.1/connectors/apache-1.3/mod_webapp.c
> ./jakarta-tomcat-4.0/connectors/apache-1.3/mod_webapp.c
>
> Does this means that tomcat-4.x will use mod_webapp instead mod_jk?
>

That is the current plan -- although there has been some discussion of people
wanting to get together and port the mod_jk connector to Tomcat 4.0 as well.
The primary difference in approach is that mod_webapp knows what a web
application is about, and communicates the configuration information from
web.xml back to the Apache side of the connector.

If you'd like to work on mod_webapp, the stuff in the "connectors" directory is
where to look (for the Java side as well right now, until the code stabilizes
some, so we don't break the nightly build on Tomcat 4.0).

If you'd like to work on mod_jk for Tomcat 4.0, speak up here and see if others
are interested as well -- we can easily make room in the CVS tree for the Java
stuff (and share the C side with Tomcat 3.x to ensure commonality).  I can
provide some suggestions on how to integrate the Java side of this into the rest
of Tomcat 4.0, but won't be able to do anything in the way of coding for it.

>
> Cheers
>
> Jean-frederic
>

Craig



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to