atom feed53 messages in org.apache.commons.devRe: [logging] Need interface... VOTE
FromSent OnAttachments
Richard SitzeApr 4, 2002 2:15 pm 
cost...@covalent.netApr 4, 2002 2:26 pm 
Paulo GasparApr 4, 2002 3:25 pm 
Geir Magnusson Jr.Apr 5, 2002 2:45 am 
Richard SitzeApr 5, 2002 6:07 am 
Geir Magnusson Jr.Apr 5, 2002 6:16 am 
Nicola Ken BarozziApr 5, 2002 6:26 am 
Andrew C. OliverApr 5, 2002 6:38 am 
cost...@covalent.netApr 5, 2002 6:46 am 
Geir Magnusson Jr.Apr 5, 2002 7:03 am 
cost...@covalent.netApr 5, 2002 7:17 am 
Geir Magnusson Jr.Apr 5, 2002 7:53 am 
Christoph ReckApr 5, 2002 8:25 am 
Geir Magnusson Jr.Apr 5, 2002 8:37 am 
Craig R. McClanahanApr 5, 2002 8:57 am 
Geir Magnusson Jr.Apr 5, 2002 9:10 am 
Richard SitzeApr 5, 2002 9:18 am 
Morgan DelagrangeApr 5, 2002 9:24 am 
Geir Magnusson Jr.Apr 5, 2002 9:58 am 
Craig R. McClanahanApr 5, 2002 10:06 am 
Nicola Ken BarozziApr 5, 2002 10:09 am 
Michael A. SmithApr 5, 2002 10:14 am 
Morgan DelagrangeApr 5, 2002 10:18 am 
cost...@covalent.netApr 5, 2002 10:24 am 
Michael A. SmithApr 5, 2002 10:36 am 
Geir Magnusson Jr.Apr 5, 2002 10:44 am 
cost...@covalent.netApr 5, 2002 10:45 am 
Michael A. SmithApr 5, 2002 10:50 am 
Morgan DelagrangeApr 5, 2002 10:53 am 
Andrew C. OliverApr 5, 2002 10:56 am 
Richard SitzeApr 5, 2002 11:10 am 
Scott SandersApr 5, 2002 11:11 am 
Geir Magnusson Jr.Apr 5, 2002 11:33 am 
cost...@covalent.netApr 5, 2002 11:41 am 
cost...@covalent.netApr 5, 2002 12:27 pm 
Geir Magnusson Jr.Apr 5, 2002 1:03 pm 
Craig R. McClanahanApr 5, 2002 1:14 pm 
Geir Magnusson Jr.Apr 5, 2002 1:35 pm 
cost...@covalent.netApr 5, 2002 1:45 pm 
cost...@covalent.netApr 5, 2002 1:47 pm 
Geir Magnusson Jr.Apr 5, 2002 2:23 pm 
Geir Magnusson Jr.Apr 5, 2002 2:36 pm 
cost...@covalent.netApr 5, 2002 2:58 pm 
Craig R. McClanahanApr 5, 2002 3:08 pm 
Geir Magnusson Jr.Apr 5, 2002 3:37 pm 
Geir Magnusson Jr.Apr 5, 2002 3:45 pm 
Geir Magnusson Jr.Apr 5, 2002 3:50 pm 
Geir Magnusson Jr.Apr 5, 2002 3:51 pm 
Craig R. McClanahanApr 5, 2002 4:00 pm 
Geir Magnusson Jr.Apr 5, 2002 6:07 pm 
Craig R. McClanahanApr 5, 2002 7:30 pm 
Geir Magnusson Jr.Apr 6, 2002 4:11 am 
Craig R. McClanahanApr 6, 2002 9:14 am 
Subject:Re: [logging] Need interface... VOTE
From:Craig R. McClanahan (crai@apache.org)
Date:Apr 5, 2002 4:00:09 pm
List:org.apache.commons.dev

On Fri, 5 Apr 2002, Geir Magnusson Jr. wrote:

Date: Fri, 05 Apr 2002 18:52:21 -0500 From: Geir Magnusson Jr. <gei@optonline.net> Reply-To: Jakarta Commons Developers List <comm@jakarta.apache.org> To: Jakarta Commons Developers List <comm@jakarta.apache.org> Subject: Re: [logging] Need interface... VOTE

On 4/5/02 6:09 PM, "Craig R. McClanahan" <crai@apache.org> wrote:

On Fri, 5 Apr 2002, Geir Magnusson Jr. wrote:

I looked for docs on how to setup the web.xml for tc4 to specify my ctx factory, but didn't find them when I looked. I assume they are there somewhere?

Short answer: You don't configure the factory in web.xml -- that goes in server.xml. See the jndi-resource-howto.html page for the details.

Longer answer (assuming you really want a LogFactory instead, which is more likely, but the concepts are all the same):

[SNIP]

Thx! This is great.

You will note that this approach requires no changes to the current commons-logging code -- it just ignores the static methods you don't like, in the same way that I'm going to ignore the fact that the JSP Standard Tag Library has tags for SQL access in JSP pages but still happily use all the rest of them :-).

Craig