1
vote
What is the best place to store a configuration file in a java web application (war) ?
The answer to this depends on how you intend to read and write that config file.
For example, the Spring framework gives you the ability to …
