On Sun, 30 Sep 2001, Justin Erenkrantz wrote: > On Mon, Oct 01, 2001 at 12:41:10AM -0000, Shailesh S. Gokhale wrote: > > *** > > Tomcat can be used as either a stand-alone container (mainly for development and >debugging) or as an add-on to an existing web server > > s are supported). This means that whenever you are deploying Tomcat you will have >to decide how to use it and, *** if you select options 2 or 3, you will also need to >install a web server adapter *** > > *** > > Option 2 is unrealistic with httpd since you'd have to have share the > memory/address space with the JVM which is just a generally bad idea. > In theory, yes, you could do it (no one has written code to do this > AFAIK).
I think option 2 ( in-process ) is what mod_jk is doing - the code has been written and used quite a bit in the last year. It didn't got all the attention that Ajp got, because it doesn't work with Apache1.3, only with IIS and NES and Apache2 ( and AolServer ). Costin