Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
How can we configure our web project so properties files (and other non-binaries) are moved into the Classpath of a web app (such as classes folder)?
When deploying we typically have to move those manually since no one was able to figure out how to automate this.
All resource files, e.g., a property file, under a Web Project’s source folder are copied to the <web-root>/WEB-INF/classes. So try placing your property files in the root source folder and it will be deployed in either exploded or packaged format.