RE: RE : RE : log4j/JDBC driver problem

2004-06-14 Thread Jitesh Sinha
yes it is there. the syntax which I am following is : !DOCTYPE log4j:configuration SYSTEM log4j.dtd log4j:configuration debug=true xmlns:log4j=http://jakarta.apache.org/log4j/; /log4j:configuration I am surprised why it won't work. -Original Message- From: Heritier Arnaud

Re: RE : RE : log4j/JDBC driver problem

2004-06-14 Thread David Smith
If I remember my XML correctly, you should either use the xmlns:log4j attribute or the DOCTYPE declaration -- not both. It's not exactly in error, but duplicates effort and DOCTYPE is somewhat a pain to deal with. Download log4j from http://logging.apache.org and take a look at the included

RE: RE : RE : log4j/JDBC driver problem

2004-06-14 Thread Jitesh Sinha
That is excellent info David and it works...thanks man... I guess Jens meant the same thing by killing the doctype declaration -Original Message- From: David Smith [mailto:[EMAIL PROTECTED] Sent: Monday, June 14, 2004 6:30 PM To: Tomcat Users List Subject: Re: RE : RE : log4j/JDBC