
Srping
文章平均质量分 74
iteye_15797
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
在struts.xml中加入DelegatingRequestProcessor
用Spring的DelegatingRequestProcessor重载Struts 默认的 RequestProcessor。这样当收到一个针对Action的请求时,DelegatingRequestProcessor会自动从Spring Context中查找对应的Action Bean。 在struts.xml中加入以下内容,格式如下: <controller> &l...原创 2011-01-07 17:24:14 · 137 阅读 · 0 评论 -
注解大小写引起远程tomcat7部署错误“Struts has detected an unhandled exception” 解决...
项目为JPA+SSH,本地开发环境为Myeclipse+tomcat7,其中tomcat7为windows安装版。项目测试没有问题。通过Myeclipse 生成war,然后部署到远程服务器Linux+Tomcat7上,结果出现以下错误 Struts Problem Report Struts has detected an unhandled exception: Messages...原创 2012-11-08 07:28:42 · 252 阅读 · 0 评论