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). Option 3 is what should be used with httpd - at least from my side of the fence. -- justin