Re: Seeking authoritative answer re using Log4J with v6

2009-07-07 Thread Jonathan Ross
n building the extras package yourself, just download >> 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-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 Mike Frohme
: 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 >>> >>>

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 inst

Re: Seeking authoritative answer re using Log4J with v6

2009-06-28 Thread Jonathan Ross
uilding the extras package yourself, just download > 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 f

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 CO

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

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 Vist

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 sta

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

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

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 u

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 >

RE: Seeking authoritative answer re using Log4J with v6

2009-06-26 Thread Jonathan Ross
, the order is: system classloader, webapp classloader, 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

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

Seeking authoritative answer re using Log4J with v6

2009-06-26 Thread Jonathan Ross
. Double ugh, no thanks. I would be OK with using JDK logging just during server bootstrap, if I could get Log4J for the rest of the server (via the Common classpath.) Thanks, Jonathan -- View this message in context: http://www.nabble.com/Seeking-authoritative-answer-re-using-Log4J-with-v