Barbara Allori wrote:
At 11.26 07/03/2003 +0100, you wrote:Barbara Allori wrote:I'm using Tomcat 4.1 and Cactus 1.4.1; I have put the commons-logging-1.0.jar in common/lib directory of Tomcat and also in the web-inf/lib dir of my web application.
Try with putting the Commons-Logging JAR *only* in WEB-INF/lib
This doesn't resolve the problem, because now the error is
The server encountered an internal error () that prevented it from fulfilling this request.</u></p><p><b>exception</b> <pre>org.apache.commons.logging.LogConfigurationException: org.apache.commons.logging.LogConfigurationException: org.apache.commons.logging.LogConfigurationException: Class org.apache.commons.logging.impl.Log4JCategoryLog does not implement Log at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:530) at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:285) at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:255) at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:382) at org.apache.cactus.server.ServletTestRedirector.around112_doGet
This seems to be a pretty common error with Commons-Logging, but I've never encountered it myself yet.
Normally the Tomcat 4.1 distribution contains Commons-Logging:
common/lib commons-logging-api.jar server/lib commons-logging.jar
Is this the layout used by the Tomcat version you're using? Which exact version of Tomcat 4.1 are you using?
-chris
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]