当前位置: 代码迷 >> Web前端 >> 容易忽视的小疑点
  详细解决方案

容易忽视的小疑点

热度:123   发布时间:2012-11-03 10:57:42.0
容易忽视的小问题
今天做了一个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。 
  相关解决方案