code separation with apache virtual hosts - tomcat hosts

2002-09-24 Thread Chris Price
Hi; I have a system running Apache 1.3.26, mod_jk and Tomcat 4.1.12. Apache has a number of name-based virtual hosts confgured, of which 2 are setup to route jsp and servlet requests to a ajp13 connector (called 'ajp13'). ajp13 is setup to use a single tomcat instance

Re: code separation with apache virtual hosts - tomcat hosts

2002-09-24 Thread Glenn Nielsen
There is a clear separation for the web applications themselves. There isn't when you allow the different virtual hosts to use the manager to deploy web applications. I would configure a different appBase for each Host, that way each host has a separate directory where their webapps are located