I know there were quite some discussion about the classloading scheme of commons-logging and how it is supposed to be used in a multi-classloader environment.
Did I understand correctly that...
...assuming I have servlet container and all my applications want to use commons-logging but not necessarily the same log library I need to
* put the commons-logging-api.jar in the container's lib dir * put the commons-logging.jar in each WEB-INF/lib dir * put the log implementation (e.g. log4j) into the particular WEB-INF/lib
Did I get this right from the archives?
cheers -- Torsten
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
