2010/10/21 Sánchez, José Manuel <jmsanc...@ifoc.es>:
> Environment:
> Tomcat 7.0.2 -  running on 32-bit 1 GB ram
> java version "1.6.0_21"
> Debian 2.6.26-2-686
> --
> Tomcat directory (manual installation)
> /srv/tomcat
> /srv/tomcat/bin/tomcat-juli.jar
> /srv/tomcat/bin/bootstrap.jar
> /srv/tomcat/bin/native/unix/jsvc
>
> All the paths are correctly addressed
>
> Error
>
> java.lang.NoClassDefFoundError: org/apache/juli/logging/LogFactory
> at org.apache.catalina.startup.Bootstrap.<clinit>(Bootstrap.java:55)

You have to explicitly include  tomcat-juli.jar in your classpath.

(In 6.0 it was implicitly included through the manifest of bootstrap.jar)


Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to