首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

容易忽视的小疑点

2012-11-03 
容易忽视的小问题今天做了一个struts2框架实现的项目,一直报错:The requested resource (There is no Acti

容易忽视的小问题
今天做了一个struts2框架实现的项目,一直报错:
The requested resource (There is no Action mapped for namespace / and action name .) is not available.
或 /Struts2_01/login.action找不到,
反复的检查都找不到是哪的错误,后来拷贝了别人的一份web.xml文件,然后修改了一下,能够运行通过了,终于确定目标了,慢慢的一步步的运行,查出来错误原来是
<welcome-file-list>
<welcome-file>index.html</welcome-file>
</welcome-file-list>
html我没有改成jsp。 

热点排行