Re: stop tomcat's logging in application's log

2005-09-20 Thread Anto Paul
nt: Wednesday, September 21, 2005 11:55 AM > > To: Tomcat Users List > > Subject: Re: stop tomcat's logging in application's log > > > > > > On 9/21/05, rahul <[EMAIL PROTECTED]> wrote: > > > > > > hi, > > > > &

RE: stop tomcat's logging in application's log

2005-09-20 Thread rahul
log4j.jar is in webapps/MyApp/WEB-INF/lib > -Original Message- > From: Anto Paul [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 21, 2005 11:55 AM > To: Tomcat Users List > Subject: Re: stop tomcat's logging in application's log > > > On 9/21/0

Re: stop tomcat's logging in application's log

2005-09-20 Thread Anto Paul
On 9/21/05, rahul <[EMAIL PROTECTED]> wrote: > > hi, > > I am using Log4j in application for logging. > I have placed log4j configuration file(log4j.xml) in my > application's WEB-INF/classes folder. > > But the file in which I am taking all logs is filled with tomcat's log > along with my appli

stop tomcat's logging in application's log

2005-09-20 Thread rahul
hi, I am using Log4j in application for logging. I have placed log4j configuration file(log4j.xml) in my application's WEB-INF/classes folder. But the file in which I am taking all logs is filled with tomcat's log along with my application's log. Is there any way I can see only my application'