Re: Adding reference to properties file in Tomcat context.xml or server.xml

2011-07-27 Thread Felix Schumacher
Anu Gali schrieb: > >    I am trying to externalize a properties file outside of the app >war in the tomcat context itself.This is so that the war can be build >and ported to different env without having to change the properties >file in each env every time. > >Lets say that the proper

Adding reference to properties file in Tomcat context.xml or server.xml

2011-07-27 Thread Anu Gali
    I am trying to externalize a properties file outside of the app war in the tomcat context itself.This is so that the war can be build and ported to different env without having to change the properties file in each env every time. Lets say that the properties file is called: app.p