I want a separate configuration for each of my war files and I want them to read the log4j.properties files from external locations. But when I used the PropertyConfigurator.configure , somehow Weblogic tries to append the configuration to all applications over the same JVM.
I know that applications should see their own log4j.jar's from their lib folders but weblogic also has a log4j jar under its lib folder.
How can I fix this?
Thanks