You seem to want to direct SLF4J calls (made by jetty) to log4j. Thus, is
log4j is your logging system of choice, you should place slf4j-log4j12.jar
on the class path *not* log4j-over-slf4j-1.1.0-RC1.jar. The latter file
(log4j-over-slf4j-1.1.0-RC1.jar) is intended to redirect log4j API calls
to
SLF4J, and then let SLF4J redirect to another logging system.



Thanks for the help. I misunderstood the  -over- jar files use. That
was just what I needed to clear it up.

Mike
_______________________________________________
user mailing list
[email protected]
http://www.slf4j.org/mailman/listinfo/user

Reply via email to