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:
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
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
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