Re: Jar order in classpath

2004-04-10 Thread Christian Bollmeyer
On Saturday 10 April 2004 19:24, J.R. Heisey wrote: Hi, 1. Considering the CLASSPATH issue: 'first come, first serve'. I would suspect you may have multiple, different versions of commons.logging in your CLASSPATH. How that's set up exactly in your environment(s) (Tomcat uses a separate one), I c

Re: Jar order in classpath

2004-04-10 Thread Craig McClanahan
J.R. Heisey wrote: What is the proper order for the jars in the class path. Sometimes I get the error org.apache.commons.logging.impl.Jdk14Logger.class does not implement Log class. Sometimes I do not get the error. I can just restart Tomcat and the exception goes way. Is there some unsychronized

Re: Jar order in classpath and Exception Jdk14Logger does not implement Log class

2004-04-10 Thread J.R. Heisey
[EMAIL PROTECTED] wrote: What is the proper order for the jars in the class path. Sometimes I get the error org.apache.commons.logging.impl.Jdk14Logger.class does not implement Log class. Sometimes I do not get the error. I can just restart Tomcat and the exception goes way. Is there some unsych

Jar order in classpath

2004-04-10 Thread J.R. Heisey
What is the proper order for the jars in the class path. Sometimes I get the error org.apache.commons.logging.impl.Jdk14Logger.class does not implement Log class. Sometimes I do not get the error. I can just restart Tomcat and the exception goes way. Is there some unsychronized threading issue in t