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 appender name=A2 class=org.apache.log4j.DailyRollingFileAppender param name=File value=C:\\Documents and Settings\\Kulkara\\My

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 appender name=A2 class

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 location dyanamically

Re: Log file location in Web application

2007-10-04 Thread Ashish Kulkarni
://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 appender name=A2 class