"struts.convention.default.parent.package"value="default" >
"struts.convention.package.locators" value="web,webapp" >
"struts.convention.package.locators.basePackage" value="org.common.core.web" />
"struts.ui.theme" value="simple" />
"struts.multipart.maxSize" value="10000000">
"struts.action.extension" value="action,url" />

jboss6.1不加载struts2的注解,找不到action
- 写回答
- 好问题 0 提建议
- 关注问题
- 邀请回答
-
1条回答 默认 最新
- 小小洋di 2018-11-21 02:15关注
把原来部署在weblogic上的项目往JBoss Developer Studio 8.0上迁移,开始报了很多错,一一解决了不少,启动没报错了,能打开首页,但是点击链接时不能跳转,页面报错,后台不报错。
JBWEB000065: HTTP Status 404 - There is no Action mapped for namespace [/index] and action name [login!mainview] associated with context path [/AcctMgr].
JBWEB000309: type JBWEB000067: Status report
JBWEB000068: message There is no Action mapped for namespace [/index] and action name [login!mainview] associated with context path [/AcctMgr].
JBWEB000069: description JBWEB000124: The requested resource is not available.
JBoss Web/7.4.8.Final-redhat-4action使用的是注解的,spring用的是4.0 ;struts用的是2.3.16.
有大神们知道怎么解决么,求解决方法!!
转载:https://www.oschina.net/question/1178220_195760?sort=time本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报