Re: logging with multiple web applications

2008-06-17 Thread David Fisher
Hi Chuck, These threads have clarified things for me as well. Thanks. From: Jamie [mailto:[EMAIL PROTECTED] Subject: Re: logging with multiple web applications Ok. I currently have the log4j-1.2.14.jar file in the WEB-INF/lib directory. I will remove it. No, that's where it's supp

RE: logging with multiple web applications

2008-06-17 Thread Caldarale, Charles R
> From: Jamie [mailto:[EMAIL PROTECTED] > Subject: Re: logging with multiple web applications > > Ok. I currently have the log4j-1.2.14.jar file in the WEB-INF/lib > directory. I will remove it. No, that's where it's supposed to be; one copy for each webapp. I was

Re: logging with multiple web applications

2008-06-17 Thread Jamie
Hi Charles Thanks for the help. See below. Caldarale, Charles R wrote: The real question is, has the OP read this: http://tomcat.apache.org/tomcat-6.0-doc/logging.html (My guess is that actually has been done as well.) Note that most of the log4j section in the above applies to Tomcat inter

RE: logging with multiple web applications

2008-06-17 Thread Caldarale, Charles R
> From: André Warnier [mailto:[EMAIL PROTECTED] > Subject: Re: logging with multiple web applications > > Now Jamie, just a word of caution : this guy Chuck sounds > like he's nice and wants to help, but don't get your hopes > up, cause the next time he might just tel

Re: logging with multiple web applications

2008-06-17 Thread André Warnier
Jamie wrote: That will be Tomcat version 6.0 Caldarale, Charles R wrote: From: Jamie [mailto:[EMAIL PROTECTED] Subject: logging with multiple web applications Does anyone know how to configure Tomcat such that logging writes to separate log files for each web application? Care to

Re: logging with multiple web applications

2008-06-17 Thread Jamie
That will be Tomcat version 6.0 Caldarale, Charles R wrote: From: Jamie [mailto:[EMAIL PROTECTED] Subject: logging with multiple web applications Does anyone know how to configure Tomcat such that logging writes to separate log files for each web application? Care to tell anyone what

RE: logging with multiple web applications

2008-06-17 Thread Caldarale, Charles R
> From: Jamie [mailto:[EMAIL PROTECTED] > Subject: logging with multiple web applications > > Does anyone know how to configure Tomcat such that logging writes to > separate log files for each web application? Care to tell anyone what version of Tomcat you're using? - Chuck

logging with multiple web applications

2008-06-17 Thread Jamie
Hi Everyone Does anyone know how to configure Tomcat such that logging writes to separate log files for each web application? When we deploy several instances of our web application, for some reason, the logging output from all web applications is merged into a single debug.log file. Apparent