AW: setting up multiple realms for apps deployed using ant install task?

2003-11-13 Thread Thomas Reiter
Hi Yes you have to specify a context for each App. You can do this using a e.g. appOneContext.xml file. Therein make your context description like you are used from server.xml Bind the context in your ant task with config="file://anywhere/appOneContext.xml" Regards Tom -Ursprüngliche N

Mulitple webapps vs. multiple instances

2003-11-12 Thread Thomas Reiter
Hi, We are running apache serving multiple virtual hosts. Some of the domains are combined with a java webapp. For now we have the following structure for this {TOMCAT_HOME}/webapps/customer_1 {TOMCAT_HOME}/webapps/customer_2 The applications are mapped via mod_jk to the coresponding virtual