> -----Original Message----- > From: Mladen Turk [mailto:[EMAIL PROTECTED]] > > > OK this is a release showstopper! > > > IMHO the reason is missing org.apache.commons.logging.LogFactory, > perhaps not loaded by the jni channel. > If someone more familiar with that can dig into and trace the > problem it would be great, or I'll simply delete all that > 'unnecessary' *.Log stuff, and use the System.err. >
Perhaps this will help: I've added the following to the AprImpl.java import org.apache.commons.logging.*; public class AprImpl extends JkHandler { ... private static Log log = LogFactory.getLog( AprImpl.class ); } And On starting TC I'm getting the following in the error.log: java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory at org.apache.jk.apr.AprImpl.<clinit>(AprImpl.java:348) java.lang.NoClassDefFoundError MT. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>