RE: [Logging] Tutorial Contribution

2008-06-26 Thread Caldarale, Charles R
From: Mark Thomas [mailto:[EMAIL PROTECTED] Subject: Re: [Logging] Tutorial Contribution You have to build with a 1.5 JDK because of some API-breaking changes to the JDBC interfaces. Could you elaborate on that? Or point us to a bugzilla entry? https://issues.apache.org/bugzilla

[Logging] Tutorial Contribution

2008-06-25 Thread Ole Ersoy
Hi, Initially I was going to add to the WIKI FAQ, but all the Logging questions are so inter related that I decided to write a tutorial instead. I have not Tested this so there may be some inaccuracies. I'd appreciate feedback and will update the tutorial. As soon as the dust settles I'll

RE: [Logging] Tutorial Contribution

2008-06-25 Thread Hexsel, Gustavo
Users List Subject: [Logging] Tutorial Contribution Hi, Initially I was going to add to the WIKI FAQ, but all the Logging questions are so inter related that I decided to write a tutorial instead. I have not Tested this so there may be some inaccuracies. I'd appreciate feedback and will update

Re: [Logging] Tutorial Contribution

2008-06-25 Thread Mark Thomas
Hexsel, Gustavo wrote: That helps! A few suggestions for the tomcat deployment: - make using log4j easier (either offer a binary version of tomcat-juli.jar that uses log4j - no source required since I can't build locally due to some dbcp error; That could be because you are building with a

RE: [Logging] Tutorial Contribution

2008-06-25 Thread Caldarale, Charles R
From: Ole Ersoy [mailto:[EMAIL PROTECTED] Subject: [Logging] Tutorial Contribution Thanks for putting this together. I have a few comments, mostly nit-picking. The goal of this primer is to demonstrate how to to log with java.util.logging (JULI) This give the impression

Re: [Logging] Tutorial Contribution

2008-06-25 Thread Ole Ersoy
. I still need to go through a few more of the earlier responses to the thread. Thanks again, - Ole Caldarale, Charles R wrote: From: Ole Ersoy [mailto:[EMAIL PROTECTED] Subject: [Logging] Tutorial Contribution Thanks for putting this together. I have a few comments, mostly nit-picking

Re: [Logging] Tutorial Contribution

2008-06-25 Thread Ole Ersoy
Hexsel, Gustavo wrote: That helps! Whh. Good! I was a little worried people would say This stinks! I'm more confused than ever!!!...And then I would have to go back to the drawing board again. :-) A few suggestions for the tomcat deployment: - make using log4j easier (either

Re: [Logging] Tutorial Contribution

2008-06-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ole, Ole Ersoy wrote: | I would go after Log4J in the tutorial, but to be honest I did not | really see any killer use cases for it. Also, for people just trying | to figure out logging, it's much easier to start with what's already | there [...]

Re: [Logging] Tutorial Contribution

2008-06-25 Thread Ole Ersoy
Christopher Schultz wrote: SNIP There are things that I suspect are much easier to do using log4j (such as rolling logs on a schedule other than once per day) or things that cannot be done without either implementing a lot of stuff yourself or switching to log4j (such as logging to a database

[Logging] Tutorial Contribution] - Links

2008-06-25 Thread Ole Ersoy
OK - It's up: http://wiki.apache.org/tomcat/Logging_Tutorial Plus a few additions to the FAQ: http://wiki.apache.org/tomcat/FAQ/Logging Thanks for all the feedback and earlier QA! Ole - To start a new topic, e-mail:

Re: [Logging] Tutorial Contribution

2008-06-25 Thread Mark Thomas
Caldarale, Charles R wrote: From: Mark Thomas [mailto:[EMAIL PROTECTED] Subject: Re: [Logging] Tutorial Contribution You have to build with a 1.5 JDK because of some API-breaking changes to the JDBC interfaces. Could you elaborate on that? Or point us to a bugzilla entry? https

Re: [Logging] Tutorial Contribution

2008-06-25 Thread Rainer Jung
Hexsel, Gustavo schrieb: That helps! A few suggestions for the tomcat deployment: - make using log4j easier (either offer a binary version of tomcat-juli.jar that uses log4j - no source required since I can't build locally due to some dbcp error; alternatively it could use Tomcat 6 has