Re: Seeking authoritative answer re using Log4J with v6

2009-07-07 Thread Jonathan Ross
this message in context: http://www.nabble.com/Seeking-authoritative-answer-re-using-Log4J-with-v6-tp24225048p24375677.html Sent from the Tomcat - User mailing list archive at Nabble.com.

RE: Seeking authoritative answer re using Log4J with v6

2009-06-29 Thread Caldarale, Charles R
From: Caldarale, Charles R Subject: RE: Seeking authoritative answer re using Log4J with v6 Are you sure you followed all of the steps on the logging page with a clean Tomcat install? I will try again from scratch, and report back. Did a clean install of Win 7, JDK 6u14, ant 1.7.1

RE: Seeking authoritative answer re using Log4J with v6

2009-06-29 Thread Mike Frohme
To: Tomcat Users List Subject: Re: Seeking authoritative answer re using Log4J with v6 Mark Thomas wrote: Caldarale, Charles R wrote: From: Jonathan Ross [mailto:jonr...@alum.mit.edu] Subject: Seeking authoritative answer re using Log4J with v6 if log4j.jar is placed in catalina.home/lib per

RE: Seeking authoritative answer re using Log4J with v6

2009-06-28 Thread Caldarale, Charles R
From: Mark Thomas [mailto:ma...@apache.org] Subject: Re: Seeking authoritative answer re using Log4J with v6 Are you sure you followed all of the steps on the logging page with a clean Tomcat install? I will try again from scratch, and report back. - Chuck THIS COMMUNICATION MAY CONTAIN

Re: Seeking authoritative answer re using Log4J with v6

2009-06-28 Thread Jonathan Ross
it. This works for me with 6.0.18 and 6.0.20 as documented. Mark -- View this message in context: http://www.nabble.com/Seeking-authoritative-answer-re-using-Log4J-with-v6-tp24225048p24247997.html Sent from the Tomcat - User mailing list archive at Nabble.com

Re: Seeking authoritative answer re using Log4J with v6

2009-06-27 Thread Mark Thomas
Caldarale, Charles R wrote: From: Mark Thomas [mailto:ma...@apache.org] Subject: Re: Seeking authoritative answer re using Log4J with v6 It looks very much like your build environment is broken. I just duplicated Jonathan's findings on my Vista box. There are several things broken

Re: Seeking authoritative answer re using Log4J with v6

2009-06-27 Thread Mark Thomas
Caldarale, Charles R wrote: From: Mark Thomas [mailto:ma...@apache.org] Subject: Re: Seeking authoritative answer re using Log4J with v6 I have checked recently (with 6.0.18) and it worked as expected and documented. So why was it necessary for Suresh to place his log handler on Tomcat's

RE: Seeking authoritative answer re using Log4J with v6

2009-06-26 Thread Caldarale, Charles R
From: Jonathan Ross [mailto:jonr...@alum.mit.edu] Subject: Seeking authoritative answer re using Log4J with v6 if log4j.jar is placed in catalina.home/lib per instructions, it's not on the system classpath, which is used by bootstrap.jar. A recent posting by Mark T indicates the doc might

RE: Seeking authoritative answer re using Log4J with v6

2009-06-26 Thread Jonathan Ross
, common classloader. So I'll get a global RepositorySelector if I move log4j.jar to the startup classpath. -- View this message in context: http://www.nabble.com/Seeking-authoritative-answer-re-using-Log4J-with-v6-tp24225048p24225392.html Sent from the Tomcat - User mailing list archive

RE: Seeking authoritative answer re using Log4J with v6

2009-06-26 Thread Caldarale, Charles R
From: Jonathan Ross [mailto:jonr...@alum.mit.edu] Subject: RE: Seeking authoritative answer re using Log4J with v6 According to the http://tomcat.apache.org/tomcat-6.0-doc/class-loader-howto.html classloader howto , the order is: system classloader, webapp classloader, common classloader

Re: Seeking authoritative answer re using Log4J with v6

2009-06-26 Thread Mark Thomas
Caldarale, Charles R wrote: From: Jonathan Ross [mailto:jonr...@alum.mit.edu] Subject: Seeking authoritative answer re using Log4J with v6 if log4j.jar is placed in catalina.home/lib per instructions, it's not on the system classpath, which is used by bootstrap.jar. A recent posting

Re: Seeking authoritative answer re using Log4J with v6

2009-06-26 Thread Mark Thomas
Mark Thomas wrote: Caldarale, Charles R wrote: From: Jonathan Ross [mailto:jonr...@alum.mit.edu] Subject: Seeking authoritative answer re using Log4J with v6 if log4j.jar is placed in catalina.home/lib per instructions, it's not on the system classpath, which is used by bootstrap.jar

RE: Seeking authoritative answer re using Log4J with v6

2009-06-26 Thread Caldarale, Charles R
From: Mark Thomas [mailto:ma...@apache.org] Subject: Re: Seeking authoritative answer re using Log4J with v6 It looks very much like your build environment is broken. I just duplicated Jonathan's findings on my Vista box. There are several things broken, but the build environment doesn't

RE: Seeking authoritative answer re using Log4J with v6

2009-06-26 Thread Caldarale, Charles R
From: Mark Thomas [mailto:ma...@apache.org] Subject: Re: Seeking authoritative answer re using Log4J with v6 I have checked recently (with 6.0.18) and it worked as expected and documented. So why was it necessary for Suresh to place his log handler on Tomcat's startup classpath