Visit Map

Wednesday, September 27, 2006

Log4J log file not getting generated in Weblogic

If you get a problem of Log file of Log4J is not getting generated, you need to add a entry to the weblogic.xml,
<container-descriptor>
<prefer-web-inf-classes>true</prefer-web-inf-classes>
</container-descriptor>


This is because weblogic has it's own logger.