在昨晚用struts+spring+hibernate做注册页面时,一路上下来都非常的顺利,但在运行时能出现注册的页面,一点击注册,就出现了以下的页面:
type Status report
message Servlet action is not available
description The requested resource (Servlet action is not available) is not available.
上网查了好多的答案,网上有很多的解释,出错的地方有很多中,最后我看到一位仁兄的一句话:
“>The requested resource (Servlet action is not available) is not available
这些都是Struts或Spring基本配置出现问题,struts配置在web.xml中检查一下,Spring的配置也是web.xml,确认没有问题 ”,让我缩小了搜索的范围,于是我老老实实的把web.xml 、applicationContext.xml、struts-config.xml这几个文件检查了一遍,不出我所料,在web.xml中我把
|
只要出现 The requested resource (Servlet action is not available) is not available这种情况的首选就是好好检查web.xml 、applicationContext.xml、struts-config.xml这几个文件。
、