Thanks Chuck,

for pointing me to this. I'm just starting with tomcat and did not take a
look at the \bin directory, where the tomcat-juli.jar should have jumped
into my face ...... :o)


Caldarale, Charles R wrote:
> 
>> 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]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/java.lang.NoClassDefFoundError%3A-org-apache-juli-logging-LogFactory-tp14875983p14915338.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
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