Tomcat: 8.0.22 Java: jdk1.8.0_05 Hello,
I would like to store credentials that go into the Resource element of my connection pool, in a properties file. (This is so I can untrack my properties file when committing to a repo). How would I go about accessing this properties file in my META-INF/context.xml file? What is the best location for this properties file? Thank you.