[Webwork-devel] Log4j missing in lib
Brought to you by:
baldree,
rickardoberg
From: <ste...@be...> - 2001-11-15 15:58:01
|
Hello, After reading the 'Vol1 #11 digest' I've downloaded the code. When starting Tomcat (v4.0) with webwork.war, the log4j.jar file is missing. A part of the stacktrace is added at the end. Adding log4j.jar in the lib directory makes fixes the problem. Is log4j.jar missing in the lib directory - meaning it should be added manually before building the distribution - or should it be added to the webwork CVS module? Stacktrace: java.lang.NoClassDefFoundError: org/apache/log4j/Category at webwork.dispatcher.ServletDispatcher.<init>(ServletDispatcher.java:46) at java.lang.Class.newInstance0(Native Method) at java.lang.Class.newInstance(Class.java:237) at org.apache.catalina.core.StandardWrapper.load(Unknown Source) |