Re: Barracuda: Logging in SessionListener classes
Jacob Kjome <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.barracuda.general |
|---|---|
| Message-ID | <[email protected]> |
Have you re mapped the entry in the web.xml for Log4jInit Log4j initialization?
Make sure you modify your web.xml to look like the following:
<listener>
<listener-class>
org.enhydra.barracuda.webapp.log4j.Log4jApplicationWatch
</listener-class>
</listener>
<servlet>
<servlet-name>log4j-init</servlet-name>
<servlet-class>org.enhydra.barracuda.webapp.log4j.Log4jInit</servlet-class>
....
....
....
</servlet>
Jake
At 09:42 PM 11/28/2002 +0100, you wrote:
>Hi,
>
>since the recent refactoring updates I get a small problem when using
>SessionListeners.
>Like any "normal" barracuda class, my implementation of
>HttpSessionListener interface provides a static Logger. But unlike the
>normal classes, the logging strings of the SessionListener do not appear
>in the "main.log" as specified in log4j.xml. Instead, I see in
>catalina.out these lines:
>log4j:WARN No appenders could be found for logger
>(armbrust.yeditor.SessionListener).
>log4j:WARN Please initialize the log4j system properly.
>I took care of all changes required, like Christian discribed it
>yesterday.
>With the "old" version (before the refactoring of barracuda) the logging
>of SessionListener appears in main.log.
>
>Any hints?
>
>Thanks,
>Stefan
>
>_______________________________________________
>Barracuda mailing list
>[email protected]
>http://www.enhydra.org/mailman/listinfo.cgi/barracuda
>FAQ - http://www.jguru.com/faq/Barracuda