mok_jk for Tomcat 3.x
mod_webapp for Tomcat 4.x
Out of process means that the servlet container and the web server run in different
processes and a mod is used to relay information between the two. Stand-alone means
that
Tomcat servers both the static (html, images, etc) AND processes the serverside java of
servlets and jsp. In process is when the workers for Tomcat actually reside within the
webserver's process.
There may be someone who can make more sense than me or correct me if I'm wrong, but
that's the way I understand it. If you read the doc's they explain it quite well.
Matt
----- Original Message -----
From: "Yoom Nguyen" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, August 16, 2001 3:19 PM
Subject: how to deploy Out-of-process servlet containers
> Does anyone know how to deploy
> Out-of-process servlet containers for 3.2.3 run on Solaris & Netscape
> Any hints or advices will be appreciate
>
> There are three type of containers
>
> 1.Stand-alone servlet containers
> 2.In-process servlet containers
> 3.Out-of-process servlet containers
>
>
> Yoom