There is no Action mapped for namespace / and action name login. - [unknown location]

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了There is no Action mapped for namespace / and action name login. - [unknown location]相关的知识,希望对你有一定的参考价值。

(自己在浏览器中,直接进入项目的根目录,即 http://localhost:8080/ssh/  时便报错,web.xml文件已经配置了 欢迎页面

1  <welcome-file-list>
2     <welcome-file>index.jsp</welcome-file>
3   </welcome-file-list>

并且 filter-mapping设置为 所有的url

1 <filter-mapping>
2       <filter-name>struts2</filter-name>
3       <url-pattern>/*</url-pattern>
4   </filter-mapping>

 

其实问题是,自己无意中,将 index.jsp 文件 拖到了别的路径(应该在WebRoot 的根目录下)

网上有的人,将struts.xml 文件名 拼写错,也报该错误。

以上是关于There is no Action mapped for namespace / and action name login. - [unknown location]的主要内容,如果未能解决你的问题,请参考以下文章

Struts2-tomcat报错:There is no Action mapped for namespace / and action

There is no Action mapped for namespace [/] and action name [Login] associated

HTTP Status 404 - There is no Action mapped for namespace [/] and action name [product-save] associa

Struts2中There is no Action mapped for namespace错误解决方法

Struts2中There is no Action mapped for namespace错误解决方法

There is no Action mapped for namespace / and action name 通配符的问题