WebSphere升级到6.1.0.5 以后所有struts2的程序都会发生Action找不到的情况,解决方
法如下,服务器>应用程序服务器>[选择所使用的服务器]>Web 容器设置>Web 容器>定制属性,增加名称为“com.ibm.ws.webcontainer.invokefilterscompatibility”
的定制属性,值为true。
同时,在websphere里面 struts.configuration.xml.reload=true 需要改为false
本文介绍了解决WebSphere 6.1.0.5升级后出现的Struts2 Action找不到的问题的方法。通过在Web容器设置中增加特定的定制属性并调整struts.configuration.xml的reload属性值来实现。
WebSphere升级到6.1.0.5 以后所有struts2的程序都会发生Action找不到的情况,解决方
法如下,服务器>应用程序服务器>[选择所使用的服务器]>Web 容器设置>Web 容器>定制属性,增加名称为“com.ibm.ws.webcontainer.invokefilterscompatibility”
的定制属性,值为true。
同时,在websphere里面 struts.configuration.xml.reload=true 需要改为false

被折叠的 条评论
为什么被折叠?