Re: Externalize properties file on tomcat 8

2015-12-15 Thread Christopher Schultz
Samanth, On 12/15/15 2:52 PM, samanth marisetty wrote: > I am trying to externalize the database properties config file. Are you using Tomcat to configure your database, or some other component (e.g. Spring, Hibernate, etc.)? > I have created a folder env-conf and set a -Dconfig property in the

Externalize properties file on tomcat 8

2015-12-15 Thread samanth marisetty
Hi, I am trying to externalize the database properties config file. I have created a folder env-conf and set a -Dconfig property in the catalina.sh, to point to the config file. Tomcat does not pickup this file, instead it picks the properties file from the .war. How would I be able to pick up t