>> Dale wrote: >> We found issues with trying to have log4j in catalina/lib. >> >> That said, it would be nice to use log4j for tomcat, however we found >> that the two configurations collided in our slf4j setup.
>You can do this if you put log4j.jar into a server-only ClassLoader. >That's not configured by default in Tomcat 6+. We should add documentation to >show how that can be done, because conflicting loggers are a total pain. >- -chris Thanks for that tip. Dale