您的位置:首页 > 移动开发 > WebAPP

No WebApplicationContext found: no ContextLoaderListener registered?

2009-09-24 16:52 567 查看
 No WebApplicationContext found: no ContextLoaderListener registered?

 

在整合struts spring 时的错误:

 

解决:

 

 

在web.xml 文件中加

<listener>
<listener-class>
org.springframework.web.context.ContextLoaderListener
</listener-class>
</listener>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  ssh struts spring
相关文章推荐