How to load .properties file outside the application as resource bundle?
843840Sep 28 2007 — edited Oct 1 2007How can I load .properties file outside the application as resource bundle?
The idea is that the properties file is located somewhere outside of the WAR and can be anywhere in the filesystem. It is also not included in the classpath.
The final design is to use <fmt:message> JSTL tag, but so far I found out that I can use only bundles which are referenced via the classpath.
Any suggestions?