RE: log4j implementation question

2007-06-01 Thread Propes, Barry L
decade ago! : ( Not a lot I can do about that yet! : ( -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED] Sent: Friday, June 01, 2007 2:44 PM To: Log4J Users List Subject: Re: log4j implementation question This is starting to become the realm of the Tomcat support list. I

Re: log4j implementation question

2007-06-01 Thread Jacob Kjome
or) states package org.apache.log4j does not exist. Wonder what I'm missing there, if Tomcat can now see Log4j upon startup, but I can't import the package? -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED] Sent: Friday, June 01, 2007 1:06 PM To: Log4J Users L

RE: log4j implementation question

2007-06-01 Thread Propes, Barry L
-Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED] Sent: Friday, June 01, 2007 1:06 PM To: Log4J Users List Subject: Re: log4j implementation question On Fri, 1 Jun 2007 12:31:29 -0400 "Propes, Barry L " <[EMAIL PROTECTED]> wrote: > got this error upon

RE: log4j implementation question

2007-06-01 Thread Propes, Barry L
, 2007 1:06 PM To: Log4J Users List Subject: Re: log4j implementation question On Fri, 1 Jun 2007 12:31:29 -0400 "Propes, Barry L " <[EMAIL PROTECTED]> wrote: > got this error upon startup for Tomcat when I added it to the common/lib >dir. > > log4j:WARN No appende

Re: log4j implementation question

2007-06-01 Thread Jacob Kjome
arbitrary loggers by default. Jake -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED] Sent: Friday, June 01, 2007 10:35 AM To: Log4J Users List Subject: Re: log4j implementation question On Fri, 1 Jun 2007 11:23:54 -0400 "Propes, Barry L " <[EMAIL PROTECTED]&

RE: log4j implementation question

2007-06-01 Thread Propes, Barry L
, 2007 10:35 AM To: Log4J Users List Subject: Re: log4j implementation question On Fri, 1 Jun 2007 11:23:54 -0400 "Propes, Barry L " <[EMAIL PROTECTED]> wrote: > also, Jake, > > my commons-logging.jar file (NOT my commons-logging-api.jar, but just >commons-logging.

RE: log4j implementation question

2007-06-01 Thread Propes, Barry L
og4j's jar file in there and see if I can't compile some test classes and configure it that way. -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED] Sent: Friday, June 01, 2007 10:35 AM To: Log4J Users List Subject: Re: log4j implementation question On Fri, 1 Jun

Re: log4j implementation question

2007-06-01 Thread Jacob Kjome
age- From: Jacob Kjome [mailto:[EMAIL PROTECTED] Sent: Friday, June 01, 2007 12:32 AM To: Log4J Users List Subject: Re: log4j implementation question On Thu, 31 May 2007 17:24:45 -0400 "Propes, Barry L " <[EMAIL PROTECTED]> wrote: ok, I did check out the wizard site, an

RE: log4j implementation question

2007-06-01 Thread Propes, Barry L
: Friday, June 01, 2007 12:32 AM To: Log4J Users List Subject: Re: log4j implementation question On Thu, 31 May 2007 17:24:45 -0400 "Propes, Barry L " <[EMAIL PROTECTED]> wrote: > ok, I did check out the wizard site, and that's a big help..thanks. > I really like th

RE: log4j implementation question

2007-06-01 Thread Propes, Barry L
there, too. THanks, Jake. -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED] Sent: Friday, June 01, 2007 12:32 AM To: Log4J Users List Subject: Re: log4j implementation question On Thu, 31 May 2007 17:24:45 -0400 "Propes, Barry L " <[EMAIL PROTECTED]> wr

Re: log4j implementation question

2007-05-31 Thread Jacob Kjome
e "apache" in them. Yes, Log4j is part of the Apache Logging Project... http://logging.apache.org/log4j/docs/documentation.html http://wiki.apache.org/logging-log4j/Log4JProjectPages Jake -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED] Sent: Thursday, May 31, 2007 1

RE: log4j implementation question

2007-05-31 Thread Propes, Barry L
g tag from org.apache.catalina.logger.FileLogger to org.apache.log4j.Logger, Tomcat balks upon startup. I'll keep messing with it...I'll get there. -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED] Sent: Thursday, May 31, 2007 3:46 PM To: Log4J Users List Subject: Re: log4j implementation q

RE: log4j implementation question

2007-05-31 Thread Propes, Barry L
I saw a link or two...maybe I didn't see those. I'll read through these, too. Thanks, Jake. -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED] Sent: Thursday, May 31, 2007 3:46 PM To: Log4J Users List Subject: Re: log4j implementation question On Thu, 31 May 200

Re: log4j implementation question

2007-05-31 Thread Jacob Kjome
Apache Logging Project... http://logging.apache.org/log4j/docs/documentation.html http://wiki.apache.org/logging-log4j/Log4JProjectPages Jake -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED] Sent: Thursday, May 31, 2007 1:13 PM To: Log4J Users List Subject: Re: log4j implementation que

RE: log4j implementation question

2007-05-31 Thread Propes, Barry L
thanks, Jake. I'd looked at the Log4j on Apache's site...are we talking about the same thing? -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED] Sent: Thursday, May 31, 2007 1:13 PM To: Log4J Users List Subject: Re: log4j implementation question On Thu, 31 May

Re: log4j implementation question

2007-05-31 Thread Jacob Kjome
On Thu, 31 May 2007 11:23:34 -0400 "Propes, Barry L " <[EMAIL PROTECTED]> wrote: ok, see my post below -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 30, 2007 10:32 PM To: Log4J Users List Subject: Re: log4j implementation question

RE: log4j implementation question

2007-05-31 Thread Propes, Barry L
ok, see my post below -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 30, 2007 10:32 PM To: Log4J Users List Subject: Re: log4j implementation question At 03:55 PM 5/30/2007, you wrote: >You mean WEB-INF/lib, right? If so, yes. >and put log4j.

Re: log4j implementation question

2007-05-30 Thread Jacob Kjome
At 03:55 PM 5/30/2007, you wrote: >Hello, > >I'm using Tomcat 4.1.31 on my servers, and was looking to implement >log4j for additional logging capabilities and info. > >I've been reading this, but maybe it's a bit outdated or I'm not >following it correctly. > >http://www.onjava.com/pub/a/onjava/2

log4j implementation question

2007-05-30 Thread Propes, Barry L
Hello, I'm using Tomcat 4.1.31 on my servers, and was looking to implement log4j for additional logging capabilities and info. I've been reading this, but maybe it's a bit outdated or I'm not following it correctly. http://www.onjava.com/pub/a/onjava/2002/08/07/log4j.html?page=2 I downl