Re: [Webwork-devel] Log4j missing in lib
Brought to you by:
baldree,
rickardoberg
From: Rickard <ri...@xp...> - 2001-11-15 16:12:16
|
ste...@be... wrote: > 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? Here's the deal: log4j.jar *is* include in the module, but in /lib. If I put it in /src/lib it would be included in the .war. Which might seem like a good idea. But it's not, because some servers already have it (such as JBoss) in which case it will break. So, the idea was to put it in /lib instead and manually install it into those servers that do not have it. The INSTALL note does include this step btw. /Rickard -- Rickard Öberg |