当前位置: 代码迷 >> WebSphere >> websphere 一个关于struts的bug 摆弄了几天了.解决方法
  详细解决方案

websphere 一个关于struts的bug 摆弄了几天了.解决方法

热度:10163   发布时间:2013-02-26 00:00:00.0
websphere 一个关于struts的bug 摆弄了几天了...
现象:访问action页面提示404错误,在SystemOut.log出现异常
org.apache.struts.actions.DispatchAction unspecified Request[/loginAction] does not contain handler parameter named 

环境:WINXP,websphere升级到了6.1.0.19,struts版本是1.2
说明:该项目程序在tomcat5下运行一切正常,打包部署到websphere启动也一切正常,访问项目下jsp页面也正常。
下面贴贴该struts文件action配置:
<action name="userInfoForm" scope="request" path="/loginAction" type="......LoginAction" parameter="method">
  <forward name="loginSuccess" path="/../jsp/index_work_frameset.jsp" />
</action>

在web容器属性里也添加了com.ibm.ws.webcontainer.invokefilterscompatibility,值为true

希望高手指点一二,感激不尽。。。

------解决方案--------------------------------------------------------
说实在的,IBM的产品确实不易用....
------解决方案--------------------------------------------------------
呵呵...
  相关解决方案