Re: using the Standard jdk 1.4 logging with Tomcat 5

2004-10-15 Thread Paul Taylor
Spoke to someone else who had the same problem. As far as I can see this is a bug in Tomcat, it is unable to find the custom formatter unless anyone knows different Ill raise this as a bug. Paul Taylor wrote: Did you specify your own formatter in your properties file ? Ive changed my code from

RE: using the Standard jdk 1.4 logging with Tomcat 5

2004-10-15 Thread Shapira, Yoav
, October 15, 2004 11:30 AM To: Tomcat Users List Subject: Re: using the Standard jdk 1.4 logging with Tomcat 5 Spoke to someone else who had the same problem. As far as I can see this is a bug in Tomcat, it is unable to find the custom formatter unless anyone knows different Ill raise

Re: using the Standard jdk 1.4 logging with Tomcat 5

2004-10-15 Thread Remy Maucherat
On Mon, 27 Sep 2004 20:11:24 +0100, Paul Taylor [EMAIL PROTECTED] wrote: Hi in a previous non Tomcat project I wrote some classes that used the java.util.logging library that comes with java 1.4 quite successfully. I am now trying to use the same classes with Toimcat 5.0 but it doesnt like

Re: using the Standard jdk 1.4 logging with Tomcat 5

2004-10-07 Thread Paul Taylor
Did you specify your own formatter in your properties file ? Ive changed my code from com.appserver.util.logging.LogProperties.setLevelFromParametersFromPrefs(); System.getProperties().setProperty(java.util.logging.config.class, com.appserver.util.logging.LogProperties);

using the Standard jdk 1.4 logging with Tomcat 5

2004-09-27 Thread Paul Taylor
Hi in a previous non Tomcat project I wrote some classes that used the java.util.logging library that comes with java 1.4 quite successfully. I am now trying to use the same classes with Toimcat 5.0 but it doesnt like it. With the logging classes you can provide a configuration class which you

Re: using the Standard jdk 1.4 logging with Tomcat 5

2004-09-27 Thread Jukka Uusisalo
Hi, I have used jdk 1.4 logging with tomcat 5.0.x without any problems, but i have configured logging with java.util.logging.config.file property and config file. - Jukka - Paul Taylor wrote: Hi in a previous non Tomcat project I wrote some classes that used the java.util.logging library