Quoting Christopher Schultz <[EMAIL PROTECTED]>: > > 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 >
Where you do you see anything about Log4j here? This is Tomcat's Logger, not Log4j's. Additionally, since Tomcat doesn't have any dependencies on Log4j, this absolutely cannot be a problem with not finding Log4j. Not sure what the problem is, but it doesn't have anything to do with Log4j. Jake --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
