Domagoj Jugovic wrote: > Tomcat 4.0.3 works fine in the same enviroment (win98 + IBM JDK1.3). > > But Tomcat 4.1.10 and Tomcat 4.1.12 are complaining about missing > java.util.logging.* and I downloaded the version for jdk1.2+ which > doesn't have logging, why does version for jdk1.2 require > java.util.logging ? > > But I find out how to put exactly the same logging possibilities like in > jdk 1.4 to jdk 1.3 (see : http://javalogging.sourceforge.net/ it's an > JSR 47 implementation). So java.util.logging.* is now ok. > > But now the comand line stack trace after typing bin/startup is :
If I run TC 4.1.12 with JDK 1.3.1 on Windows, I do not get any problems. commons-logging falls back to using sys.out instead of java.logging, and everything is fine. Please do not post that on tomcat-dev, but on tomcat-user, or the commons mailing list, since it looks like an "issue" with commons-logging. Remy -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>