@Bruno Melloni: could you explain it a little further? Let's say I have a library heavily used by different webapps (IE, Logging Interceptors). This library needs a configuration file which I want to keep outside the jar itself, and outside server/<nameserver>/conf folder.
How would you deal with that file?
Thanks.