What is the best practice for reading config file(s) for your application. Which folders in tomcat server are \"on the classpath\".
I tried placing my config file in
Put your files in your webapp's WEB-INF/classes. This is the default classpath directory. conf if for Tomcat internals only.
WEB-INF/classes
conf