您的位置:首页 > 理论基础 > 计算机网络

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

2013-07-25 14:46 363 查看
 

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>

重新部署启动
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐