| Author |
Log4j stopped working
|
Mike Himstead
Ranch Hand
Joined: Apr 12, 2006
Posts: 178
|
|
Hi, I suddenly have a problem where logging in my web app is broken. First the log4j.properties: This file resides in WEB-INF/classes. When deploying my web app in a Tomcat 5.0.27 catalina.out has the following lines: ... INFO: Installing web application at context path blabla... log4j:WARN No appenders could be found for logger (somepackage.BOLogger). log4j:WARN Please initialize the log4j system properly. The BOLogger class is a bean which is initialized when accessing the web app's start JSP. I have absolutely no idea what is going on since usually this message means that log4j can't configure itself because the log4j.properties is at the wrong place or missing. Unfortenately I have only very limited access to the Tomcat (I can only access the logs and my application's folders). Any ideas?
|
 |
 |
|
|
subject: Log4j stopped working
|
|
|