`
lovnet
  • 浏览: 6711716 次
  • 性别: Icon_minigender_1
  • 来自: 武汉
文章分类
社区版块
存档分类
最新评论

No configuration found for the specified action: 'tbUserAction' in namespace解决

 
阅读更多

环境:MyEclipse 6.5 + Tomcat6.0.18+Struts2.1+Hibernate3.2+Spring2.5.6

问题:启动Tomcat出现”No configuration found for the specified action: 'tbUserAction' in namespace“异常。


解决:

在web.xml中加入以下代码:


<context-param> 
<param-name>contextConfigLocation</param-name> <param-value>classpath*:applicationContext*.xml</param-value> 
</context-param>



参考资料:

http://zhidao.baidu.com/question/229434738.html

http://apps.hi.baidu.com/share/detail/30990563







分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics