当前位置: 代码迷 >> J2EE >> tomcat启动时的slf4j异常
  详细解决方案

tomcat启动时的slf4j异常

热度:140   发布时间:2016-04-22 02:48:31.0
tomcat启动时的slf4j错误
tomcat启动时出现如下错误

SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/D:/Apache%20Software%20Foundation/Tomcat%206.0/webapps/jisheng/WEB-INF/lib/slf4j-log4j12-1.5.8.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/D:/Apache%20Software%20Foundation/Tomcat%206.0/webapps/jisheng/WEB-INF/lib/slf4j-simple-1.5.8.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.


怎么破?求高手指教。。。

------解决方案--------------------
jar包冲突
  相关解决方案