Re: Log4J and Tomcat 5.5 - Trouble getting started

2007-03-08 Thread Chris Chappell
y able to get logging working. Hmm.... Strange. Jake >Regards Sebastian >Chris Chappell schrieb: >> Hi >> >> thanks to Jacob for the reply and tips. >> >> I have found that I can use logger.error("etc") as long as it is >> nested in a catch st

Re: Log4J and Tomcat 5.5 - Trouble getting started

2007-03-06 Thread Chris Chappell
quot;Jacob Kjome" <[EMAIL PROTECTED]> To: "Log4J Users List" Sent: Monday, March 05, 2007 10:37 PM Subject: Re: Log4J and Tomcat 5.5 - Trouble getting started Quoting Chris Chappell <[EMAIL PROTECTED]>: Hi I'm developing an app with Tomcat 5.5 and am trying to add

Log4J and Tomcat 5.5 - Trouble getting started

2007-03-05 Thread Chris Chappell
Hi I'm developing an app with Tomcat 5.5 and am trying to add logging to it. I've tried lots of things and none seem to work: I have code like: import java.sql.Connection; import java.sql.SQLException; import java.sql.Statement; import javax.naming.Context; import javax.naming.InitialContext;