我的jsp页面为什么无法跳转到指定页面,struts无法起到作用,哪里配置错了??急急急 15

代码如下:login.jsp页面:<body><formaction="login.action"method="post"><center><table><captio... 代码如下:
login.jsp页面:
<body>
<form action="login.action" method="post">
<center>
<table >
<caption><font size='5'>管理系统</font></caption>
<tr><td>学号:</td>
<td><input type="text" name="xh" size="20"/></td></tr>
<tr><td>口令:</td>
<td><input type="password" name="kl"/></td></tr>
</table>
<input type="submit" value="提交"/>
<input type="reset" value="重置 "/>
</center>
</form>
</body>

struts配置:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE struts PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 2.0//EN" "http://struts.apache.org/dtds/struts-2.0.dtd">
<struts>
<package name="action" extends="struts-default">
<action name="login" class="action.LoginAction">
<result name="success">/main.jsp</result>
<result name="erro">/login.jsp</result>
</package>
</struts>
web配置:
<?xml version="1.0" encoding="utf-8"?>
<web-app version="2.4"
xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
<welcome-file-list>
<welcome-file>login.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>*.action</url-pattern>
</filter-mapping>
</web-app>

这配置哪里错了,帮忙看一下,谢谢
展开
 我来答
匿名用户
2014-01-04
展开全部
<filter> <filter-name>struts2</filter-name> <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter</filter-class> </filter> <filter-mapping> <filter-name>struts2</filter-name> <url-pattern>/*</url-pattern> </filter-mapping>
追问
我刚开始就是这样配置的,也不行,到底哪里错了
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
zqhbd1
2014-01-04 · 超过19用户采纳过TA的回答
知道答主
回答量:44
采纳率:0%
帮助的人:42.2万
展开全部
把项目打包发过来我看看,光这些看不出问题
更多追问追答
追问
怎么发给你
追答
打包然后发私信或者传到百度网盘发地址给我
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
xQ_27
2014-01-04 · 知道合伙人软件行家
xQ_27
知道合伙人软件行家
采纳数:69 获赞数:289
毕业于青岛理工大学。

向TA提问 私信TA
展开全部
控制台报的什么错误信息,贴出来
追问
HTTP Status 404 - /zuoye.jsp
type Status report
message /zuoye.jsp
description The requested resource (/zuoye.jsp) is not available.

为什么jsp页面有时候能运行,有时候却运行不了
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(1)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式