RE: Using jdk1.4 logger problem

2003-09-12 Thread Chan, Kam Yuen
this initialization. This is evern after Tomcat's log said the jar was deployed. Any help is much appreciated. Kam Chan -Original Message- From: Bill Barker [mailto:[EMAIL PROTECTED] Sent: Thursday, September 04, 2003 10:17 PM To: [EMAIL PROTECTED] Subject: Re: Using jdk1.4 logger problem

Re: Using jdk1.4 logger problem

2003-09-05 Thread Adam Hardy
On 09/05/2003 05:16 AM Bill Barker wrote: But, some how the logger manager can't find the handler classes. (Class loader problem?) Yup, it's a CL problem. Unfortunately, it looks like the problem is in Sun's implementation of 1.4 Logging. Instead of using the ContextClassLoader, it's looking for

Using jdk1.4 logger problem

2003-09-04 Thread Chan, Kam Yuen
Hello, I am trying to load our App in Tomcat. One of the initialization is being done by a Servlet, which is set to autoload. During this initialization, we also initializes the logger, which are subclasses of the JDK1.4 logger classes. But, some how the logger manager can't find the

Re: Using jdk1.4 logger problem

2003-09-04 Thread Bill Barker
Chan, Kam Yuen [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hello, I am trying to load our App in Tomcat. One of the initialization is being done by a Servlet, which is set to autoload. During this initialization, we also initializes the logger, which are subclasses of the JDK1.4