Re: Log file location in Web application

2007-10-04 Thread Ashish Kulkarni
Hi Sorry i send it to wrong forum, send the question to log4j forum Ashish On 10/4/07, Ashish Kulkarni <[EMAIL PROTECTED]> wrote: > > Hi > Can you please let me know where do i look into for this information, any > hints please > > Ashish > > On 10/4/07, Larry Meadors < [EMAIL PROTECTED]> wrote:

Re: Log file location in Web application

2007-10-04 Thread Ashish Kulkarni
Hi Can you please let me know where do i look into for this information, any hints please Ashish On 10/4/07, Larry Meadors <[EMAIL PROTECTED]> wrote: > > http://logging.apache.org/ > > Larry > > > On 10/4/07, Ashish Kulkarni <[EMAIL PROTECTED]> wrote: > > Hi > > How do we set the log file locatio

Re: Log file location in Web application

2007-10-04 Thread Larry Meadors
http://logging.apache.org/ Larry On 10/4/07, Ashish Kulkarni <[EMAIL PROTECTED]> wrote: > Hi > How do we set the log file location dyanamically in web > application, > Currently i am using log4j.xml file with following definiation, this file > is under WEB-INF file > > value="C:\\Documents a

Log file location in Web application

2007-10-04 Thread Ashish Kulkarni
Hi How do we set the log file location dyanamically in web application, Currently i am using log4j.xml file with following definiation, this file is under WEB-INF file ... and in load the this xml file in Servlet using String fileName = config.getInitParameter(log4j.xml); ServletContext oCtx = c