Hi to all, on the server-side I'd suggest to point to the Log configuration file via JNDI (so you can configure it globally on the server), and then from your webapps refer to that variable to get the real file and use it on the many webapps, and maybe publish it to the client (via a servlet for example).
You can find here a simple example (a little old, but should work): http://www.coderanch.com/t/362833/Servlets/java/log-ServletContextListener And a last suggestion (but should not make sense now): if I'd have to publish resources in a signed jar, why not put only them in a dedicated jar (keeping untouched all other jars of the application, to simplify your deploy) ? I hope these two little things could help you a little. Bye, Sandro
