Persistent Context Configuration

2014-05-18 Thread Tim Gustafson
Hi, I have a web application that I've deployed on three different virtual hosts. Each virtual host requires different configuration data (specifically, AWS credentials and options that the web application uses to access AWS services). In the future, there may be many more deployments, each

Re: Persistent Context Configuration

2014-05-18 Thread Mark Eggers
On 5/18/2014 12:39 AM, Tim Gustafson wrote: Hi, I have a web application that I've deployed on three different virtual hosts. Each virtual host requires different configuration data (specifically, AWS credentials and options that the web application uses to access AWS services). In the

Re: Persistent Context Configuration

2014-05-18 Thread Tim Gustafson
For virtual host-specific context configurations, place a context.xml.default in: $CATALINA_BASE/conf/[engine-name]/[host-name] See the following: http://tomcat.apache.org/tomcat-7.0-doc/config/context.html That did the trick; thanks! -- Tim Gustafson t...@tgustafson.com