stop tomcat's logging in application's log

2005-09-21 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

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

2005-09-21 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 application's

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

2005-09-21 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/05, rahul [EMAIL PROTECTED] wrote: hi

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

2005-09-21 Thread Anto Paul
To: Tomcat Users List Subject: Re: stop tomcat's logging in application's log 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