Is there a way to have a custom properties file where we can specify directory locations of files used in our applications: eg Images, JSP's etc.
Then we reference this in URL's by a parameter in the URL of some kind.
I have seen a few suggestions which involve using a class to load such a properties file - but can't we load and use one directly when we start the application server? (I'm sure I've done this in weblogic.)