Hi Julius,

> I am trying to make inprocess tomcat work with Apache 2.0 without much
> success.
>
> I am using j-t-c mod_jk from cvs. First I noticed that since Apache calls
> module initialization twice jni worker fails when trying to load jvm the
> second time.

The main problem with JNI and apache is that we can't support sessions
corectly. Apache is a multi-process server ( even apache2.0 - each process
has multiple threads, but it's still multiprocess ).

All other issues ( starting up vm, etc ) are relatively easy to solve.

In jk2 I hope to have the jni worker fixed ( i.e. use 'lb' to migrate the
request to the right server if in a session ).


Costin


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

Reply via email to