I am working on a third party application that has placed property and configuration files in the WEB-INF\classes directory. I look under the WebRoot\WEB-INF directory, but there is no classes directory. If I attempt to create one, I receive an error. The directory appears on Tomcat fine, but only with my compiled “/src” files. How can I get my other configuration files to copy to this directory automagically?
Thanks