I'm successfully using JServ + GNUjsp + Apache and tried to setup a similar system using Tomcat 3.2.1 + Apache, but I got confused with the configuration files and nothing seems to work right now. I want to setup the following system: -An Apache server with several virtual hosts -A servlet engine serving servlets for all the virtual hosts (all servlets are accessible from all virtual hosts e.g. www.111.gr/servlet/servlet1 is the same servlet as www.222.gr/servlet/servlet1) -A JSP engine which serves JSP files under each's virtual host directory structure I would like to use mod_jk instead of the other apache module. The servlets should be loaded with the same classloader for all the virtual hosts (static variable sharing among the virtual hosts). I don't care about contexts and I would like to use 1 JVM for all the stuff. The question is how to do this under Tomcat. Do I need a "webapp" for each virtual host?? Can I use one webapp for all the virtual hosts ?? Can I put my JSP's under each virtual hosts directory structure??? All this stuff was soooooo easy with JServ. ANY help is appreciated Stefanos --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]
