log4j:WARN No appenders could be found for logger (org.apache.ibatis.logging.LogFactory).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
我把log4j.properties从com.imooc.config目录移动到src目录下貌似warn就消失了,你可以试试看
你的web.xml里面有没有配置,有没有导入相关的jar包