关于The requested resource is not available这个问题
Posted ouqdevil
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了关于The requested resource is not available这个问题相关的知识,希望对你有一定的参考价值。
关于The requested resource is not available这个问题
我是使用struts,对着书上的例子做的。在测试项目时,首页可以出来,就是跳不到登录成功后需要出现的欢迎页。 在网上查了许多方法,都没有解决。自己的xml文件也没有出错,于是怀疑是不是自己form提交的路径出了问题。
原来书上的提交路径是 <form action="/Login/Login.do" method="post">
经过我无数次的修改,比如变成Login/Login.do
,再比如更换xml文件和form路径的大小写,还是不行最后我尝试了Login.do
,登录成功后的欢迎页就出来了。 以下是我的struts-config.xml
<struts-config> <data-sources /> <form-beans > <!-- 注册LoginForm.java --> <form-bean name="loginForm" type="Login.LoginForm"></form-bean> </form-beans> <global-exceptions /> <global-forwards /> <action-mappings > <!-- 注册Action --> <!-- path指提交路径 type指Action的路径 name的值需要与ActionForm的name属性一致 --> <action path="/Login" name="loginForm" type="Login.LoginAction"></action> </action-mappings> <message-resources parameter="strutsTest.ApplicationResources" /> </struts-config>
以上是关于关于The requested resource is not available这个问题的主要内容,如果未能解决你的问题,请参考以下文章
The requested resource is not available错误
浏览器报406 错误:The resource identified by this request is only capable of generating responses with char
转The requested resource (/) is not available
HTTP Status 404(The requested resource is not available)异常解决