Originally Posted by SpringDeveloper
Weblogic has its own logging mechanism. I have done the steps exactly as mentioned in Spring MVC Step by Step document.
1. Created a log4j.properties and put it in /WEB-INF/classes folder. Used File appender.
2. Put the commons-logging.jar in the /WEB-INF/lib folder.
3. Then used the log factory class to initialize in my program.
4. Deployed to Weblogic. But didnt see the initialization of log4j in Weblogic Startup.
The problem is didnt create any log file in the directory i specified. Can someone help?