struts2 在was6下不能识别.do格式的请求解决方法
WebSphere升级到6以后所有struts2的程序都会发生Action找不到的情况,解决方法如下,
?
服务器>应用程序服务器>[选择所使用的服务器]>Web 容器设置>Web 容器>定制属性,增加名称为com.ibm.ws.webcontainer.invokefilterscompatibility
的定制属性,值为true。