问题:
log4j:WARN No appenders could be found for logger(org.springframework.web.context.ContextLoader).
log4j:WARN Please initialize the log4j system properly.
解决方法:
<!-- 以下3项参数与log4j的配置相关 -->
<context-param>
</context-param>
<context-param>
</context-param>
<listener>
</listener>
<!-- end -->
<listener>
</listener>