RE: Tomcat 6 multiple hosts howto

2009-03-17 Thread Caldarale, Charles R
> From: Jeroen Kransen [mailto:jer...@kransen.nl] > Subject: RE: Tomcat 6 multiple hosts howto > > More specifically, I am using Spring's > PropertyPlaceholderConfigurer pointing to > classpath:mywebapp.properties I probably wouldn't do that; basing such a locatio

RE: Tomcat 6 multiple hosts howto

2009-03-17 Thread Jeroen Kransen
Thanks a lot, Ilya and Chuck, I think I did not make myself totally clear. Indeed I meant to copy the .war file, and each copy to pick up a different .properties file for settings. More specifically, I am using Spring's PropertyPlaceholderConfigurer pointing to classpath:mywebapp.properties, and w

RE: Tomcat 6 multiple hosts howto

2009-03-16 Thread Caldarale, Charles R
> From: Jeroen Kransen [mailto:jer...@kransen.nl] > Subject: Tomcat 6 multiple hosts howto > > I used Tomcat 5.5 with multiple elements in the > server.xml Now I read that this has to be done differently > in Tomcat 6, but I am not sure how. Tomcat 6 is a bit stricter; you

RE: Tomcat 6 multiple hosts howto

2009-03-16 Thread Ilya Kazakevich
Jeroen Kransen [mailto:jer...@kransen.nl] Sent: Monday, March 16, 2009 5:29 PM To: users@tomcat.apache.org Subject: Tomcat 6 multiple hosts howto Hello all, I am sure this is a FAQ, but I can't find any info about it. I used Tomcat 5.5 with multiple elements in the server.xml Now I read th

Tomcat 6 multiple hosts howto

2009-03-16 Thread Jeroen Kransen
Hello all, I am sure this is a FAQ, but I can't find any info about it. I used Tomcat 5.5 with multiple elements in the server.xml Now I read that this has to be done differently in Tomcat 6, but I am not sure how. I added a conf/Catalina/examplecom/context.xml, but I don't know what to put there