On Mon, 5 Mar 2001, Robson Ribas wrote:

> What happened to mod_java ? There is no link to it on java.apache.org
> neither on jakarta.apache.org. Was this project closed or discontinued
> or something ? 
> 

Most of it is implemented in mod_jk, part of tomcat 3.2 and 3.3.

That means mod_jk can start a VM inside Apache (2.0) or IIS, NES, can use
JNI to invoke requests, etc ( on the C side ).

It is not completed - what's missing is the final integration, allowing
3.x modules to be called instead/in addition to native modules. The  
architecture of 3.x interceptos is intended to make this easy - but most
of my time was spent on refactoring and xml, and "integrating" the tomcat
modules as apache/iis/nes modules/filters/saf was postponed.

( of course, executing the requests using JNI should work fine, but you
can't use JdbcAuthInterceptor to authenticate pages served by Apache - not
yet at least )

Costin


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

Reply via email to