> From: olk [mailto:[EMAIL PROTECTED] 
> Subject: java.lang.NoClassDefFoundError: 
> org/apache/juli/logging/LogFactory
> 
> The org.apache.catalina.core.StandardService has an import
> org.apache.juli.logging.LogFactory, but the org.apache.juli in the
> catalina.jar of apache-tomcat-6.0.14 is empty ????? there is no
> LogFactory.class file.

The org.apache.juli.logging.LogFactory class is in tomcat-juli.jar, not
catalina.jar.  For a non-embedded environment, the tomcat-juli.jar
(along with several others) is specified as a classpath extension in the
manifest of bootstrap.jar; don't know how it should work in an embedded
environment.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to