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,
> > >
> &
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
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
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'