Hi All
Requirement is this ...
One question, The usual place seems to be in your /WEB-INF/classes directory, but I have problems with that.if I ship my application as a WAR file, I can't get at it to edit it, which is a real problem.
We have our 3 WAR, we deployed apps with tomcat 6.0.16. We want to configure log4j.xml in external dir for each war and loaded from there dynamically.
I really dont want to use "-Dlog4j.configuration=/Directory/log4j.xml" this env setting as a solution. Because it will become default not WAR specific.
Any suggestions? Any Help Appreciated ...