RE: Switching to XML configuration does not work

2005-10-10 Thread Rakesh Patel
Hi, Yep, did the trick. All working good! Rakesh -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED] Sent: 10 October 2005 16:29 To: Log4J Users List Subject: RE: Switching to XML configuration does not work Quoting Rakesh Patel <[EMAIL PROTECTED]>: > Hi, > &

RE: Switching to XML configuration does not work

2005-10-10 Thread Jacob Kjome
ilding yourself (from the new SVN source) or waiting a short time for the next build. I believe Wednesday is the scheduled date for the next alpha build to get released. Jake > Rakesh > > -Original Message- > From: James Stauffer [mailto:[EMAIL PROTECTED] >

RE: Switching to XML configuration does not work

2005-10-10 Thread Rakesh Patel
: Log4J Users List Subject: Re: Switching to XML configuration does not work Use DOMConfigurator.configure for XML files. On 10/10/05, Rakesh Patel <[EMAIL PROTECTED]> wrote: > Hi, > > Probably something basic but at present my testcase intialises log4j > like this and it works:

Re: Switching to XML configuration does not work

2005-10-10 Thread James Stauffer
Use DOMConfigurator.configure for XML files. On 10/10/05, Rakesh Patel <[EMAIL PROTECTED]> wrote: > Hi, > > Probably something basic but at present my testcase intialises log4j > like this and it works: > > PropertyConfigurator.configure("c:/Projects/FETServer/conf/log4j.propert > ies"); > > Now I