I got this error in one tomcat application java.lang.NoClassDefFoundError: org/apache/tomcat/logging/Logger
It looks like you're missing the log4j library for that particular application. Check the WEB-INF/lib directory for a log4j-looking JAR file. It's also possible that the code was compiled with a later version or log4j, and deployed with an earlier version (the Logger class is somewhat new).
-chris
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
