I have several J2EE web applications running inside the same application server and I wanted to externalize the properties files that are inside the jars to a new directory to make these properties visible.
What is the recommended way to load these properties files?
Thanks.