> From: Yiannis Mavroukakis
> 
> I thought I had a rough understanding but it turns out that I 
> dont %-) Do you mean that JNI will work only under one worker 
> containing a single child process?
>

Are you using the Tomcat as in or out of the process?
In process tomcat (invoked from webserver) can be used only with the single
worker mpm's.

If you have multiple worker processes each of them would need to load it's
own Tomcat instance, but try to start the two TC instances from startup.sh.
The second will die immediately.

Think that under linux there is no mpm that will allow you to have a single
child process.
Even the threaded, launches a few childs and shares the connection threads
among them.

MT.


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

Reply via email to