码迷,mamicode.com
首页 > 其他好文 > 详细

Dispatcher initialization failed

时间:2015-05-11 18:02:33      阅读:125      评论:0      收藏:0      [点我收藏+]

标签:


015-5-11 16:44:49 com.opensymphony.xwork2.util.logging.commons.CommonsLogger fatal

严重: ********** FATAL ERROR STARTING UP STRUTS-SPRING INTEGRATION **********
Looks like the Spring listener was not configured for your web app! 
Nothing will work until WebApplicationContextUtils returns a valid ApplicationContext.
You might need to add the following to web.xml: 
    <listener>
        <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
    </listener>
2015-5-11 16:44:49 com.opensymphony.xwork2.util.logging.commons.CommonsLogger error
严重: Dispatcher initialization failed

Dispatcher initialization failed

标签:

原文地址:http://blog.csdn.net/huaweitman/article/details/45645605

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!