Marius Scurtescu wrote:
teknokrat wrote:
Normally I place log4j.jar with my webapp. However, I have a number of
libraries that need to be shared across various webapps. These need to
do logging as well. should i place a version of log4j in shared/lib?
Should I still keep the versions in each WEB-INF/lib too? Where do i
place the log4j.properties file for the shared libraries?
Place it as usual in WEB-INF/classes. It doesn't matter where the
library (jar) is loaded from as long as the code is executed by your web
app.
thanks
Marius
If there are multiple webapps with their own properties fiesl , will
they interfere with one another?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]