Hi,

I use unix sockets when both apache and tomcat are on the same server
because they are fast.  Although before I install it I always ask myself
if they are on the same box do I need to run Apache at all?  If you aren't
using any of the tricked out features of Apache you would be better off
just having tomcat listen on port 80.

If they are on seperate machines I use TCP sockets.  This is for a typical
serious production setup where you have a firewall between Apache and
Tomcat.

-e

On Fri, 11 Jul 2003, Nicolas wrote:

> Hi
>
> i've got tomcat 4.1.24 and apache 2.0.47 utilizing JK2 and currently
> connected over normal sockets.
> there are other methods like APR sockets, UNIX sockets and over JNI
> channel.
> how do they "in short" work and which one is solution for a server
> (linux) where apache and tomcat run on both servers, and which would be
> the best one if they'd run on different ?
> and last question do they work at all since
> http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19917
>
> regards, nicolas
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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

Reply via email to