Jake,

One point where log4j 1.3alpha3 will silently fail is if your XML config file contains a reference to log4j.dtd in the DOCTYPE declaration. But you don't have that as your log4j.xml file attests:

<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE log4j:configuration>
....

FYI, Joran currently takes to passes at config files. Once to verify that its well-formed and the second to actually parse to configure log4j. The first pass does not do anything other then check that the input is well-formed.


At 08:13 AM 12/3/2004, Jacob Kjome wrote:
Hi Ceki,

I just sent a zip file to you directly since it would be rejected from the list. I also removed the application that sets the repository selector via the servlet context initializer code. This means also that the servlet context log appender is not being used either. I'm still seeing the behavior. Please see the email I sent directly to you for info.

Jake

-- Ceki G�lc�

The complete log4j manual: http://qos.ch/eclm
Professional log4j support: http://qos.ch/log4jSupport




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to