Take a look at Tomcat's logging docs [1]. You need to build the extras module [2]. Tomcat uses a commons-logging implementation hard coded to JUL. You need to rebuild it to allow for a full commons-logging implementation that, presumably, would work with with SLF4J.
[1] http://tomcat.apache.org/tomcat-6.0-doc/logging.html [2] http://tomcat.apache.org/tomcat-6.0-doc/extras.html Jake Navitaniuk Denis wrote: > Hi all! > > Anyone tried to set up slf4j on tomcat6? > As I observed they use juli instead of commons-logging intefraces in > their new code, so jcl***-over-slf4j-***.jar is not working any more. > > Any success stories with using slf4j with Tomcat6? > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > > > ------------------------------------------------------------------------ > > _______________________________________________ > dev mailing list > [email protected] > http://www.slf4j.org/mailman/listinfo/dev _______________________________________________ dev mailing list [email protected] http://www.slf4j.org/mailman/listinfo/dev
