FAQ? JDK 1.4 Logging in Tomcat - long and discussive

2003-06-16 Thread Tim Shaw
Feedback welcome - I've been working on this without much help, and others may well have more experience (which I'd like to benefit from too). I would love to use a better approach than that described here ... I needed to be able to log my various (multiple-context) web apps. As I couldn't get

Re: FAQ? JDK 1.4 Logging in Tomcat - long and discussive

2003-06-16 Thread Yoav Shapira
Howdy, You haven't missed something simple. In fact, I'd venture you've spent more time and thought (and reached better conclusions and solutions) that most people who've considered the problem. Ditch JDK 1.4 logging. Use log4j. Everything you want here can be done using log4j's Repository

Re: FAQ? JDK 1.4 Logging in Tomcat - long and discussive

2003-06-16 Thread Bill Barker
Yoav Shapira [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Howdy, You haven't missed something simple. In fact, I'd venture you've spent more time and thought (and reached better conclusions and solutions) that most people who've considered the problem. Ditch JDK 1.4 logging.