SSH整合DWR时报HTTP Status 404 - There is no Action mapped for namespace / and action name dwr.

前端之家收集整理的这篇文章主要介绍了SSH整合DWR时报HTTP Status 404 - There is no Action mapped for namespace / and action name dwr.前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

SSH整合DWR时报

启动后输入http://localhost:8080/Book/dwr

HTTP Status 404 - There is no Action mapped for namespace / and action name dwr.

解决办法:

在struts.xml中添加如下的代码即可

<constant name="struts.action.excludePattern" value="/dwr.*"></constant>

重新部署启动

原文链接:https://www.f2er.com/ajax/166064.html

猜你在找的Ajax相关文章