struts运行为什么老是有404的错误

Struts.xml<?xmlversion="1.0"encoding="UTF-8"?><!DOCTYPEstrutsPUBLIC"-//ApacheSoftware... Struts.xml

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE struts PUBLIC
"-//Apache Software Foundation//DTD Struts Configuration 2.0//EN"
"resources/struts-2.1.7.dtd">

<struts>
<constant name="struts.il18n.encoding" value="UTF-8"></constant>
<package name="team" extends="struts-default">
<action name="AddTeam" class="action.AddTeam">
<result name="success">/addTeamSuccess.jsp</result>
<result name="error">/addTeamFail.jsp</result>
</action>
</package>
</struts>
web.xml
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" id="WebApp_ID" version="3.0">
<display-name>struts2</display-name>
<welcome-file-list>
<welcome-file>index.html</welcome-file>
<welcome-file>index.htm</welcome-file>
<welcome-file>index.jsp</welcome-file>
<welcome-file>default.html</welcome-file>
<welcome-file>default.htm</welcome-file>
<welcome-file>default.jsp</welcome-file>
</welcome-file-list>
<filter>
<filter-name>struts2</filter-name>
<filter-class>org.apache.struts2.dispatcher.FilterDispatcher</filter-class>
</filter>
<filter-mapping>
<filter-name>struts2</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
</web-app>
展开
 我来答
HyEidolon
2014-12-03 · TA获得超过152个赞
知道答主
回答量:126
采纳率:0%
帮助的人:61.6万
展开全部
404一般都是路径错误,你找下哪个地方写错啦

还有最好把你的异常贴出来,这样子是看不到的。
追问

恩恩  求解啊郁闷好几天了

已赞过 已踩过<
你对这个回答的评价是?
评论 收起
匿名用户
2014-12-03
展开全部
<action name="AddTeam" class="action.AddTeam">这里的action的name不要跟action的类名一摸一样,<result name="success">/addTeamSuccess.jsp</result>这里的jsp界面的路径确定是正确的吗?
追问
恩恩jsp的路径没问题,我这是按照书上的打进去的。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式