struts2 web工程部署之后,访问首页报错404
web.xml如下:<?xmlversion="1.0"encoding="UTF-8"?><web-appversion="2.4"xmlns="http://java...
web.xml如下:
<?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">
<filter>
<filter-name>Struts2Controller</filter-name>
<filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter</filter-class>
</filter>
<filter-mapping>
<filter-name>Struts2Controller</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
<welcome-file-list>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>
</web-app>
struts.xml如下:
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE struts PUBLIC
"-//Apache Software Foundation//DTD Struts Configuration 2.1.7//EN"
"http://struts.apache.org/dtds/struts-2.1.7.dtd">
<struts>
<package name="struts2-demo1" extends="struts-default">
<action name="login" class="tarena.action.Login">
<result name="success" type="dispatcher">/ok.jsp</result>
<result name="login" type="redirect">/index.jsp</result>
</action>
</package>
</struts>
index.jsp如下:
<body>
<form action="login.action" method="post">
用户名:
<input type="text" name="name" />
<br />
密码:
<input type="password" name="pwd" />
<br />
<input type="submit" value="登录">
</form>
访问路径:http://localhost:8080/struts2.1 展开
<?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">
<filter>
<filter-name>Struts2Controller</filter-name>
<filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter</filter-class>
</filter>
<filter-mapping>
<filter-name>Struts2Controller</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
<welcome-file-list>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>
</web-app>
struts.xml如下:
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE struts PUBLIC
"-//Apache Software Foundation//DTD Struts Configuration 2.1.7//EN"
"http://struts.apache.org/dtds/struts-2.1.7.dtd">
<struts>
<package name="struts2-demo1" extends="struts-default">
<action name="login" class="tarena.action.Login">
<result name="success" type="dispatcher">/ok.jsp</result>
<result name="login" type="redirect">/index.jsp</result>
</action>
</package>
</struts>
index.jsp如下:
<body>
<form action="login.action" method="post">
用户名:
<input type="text" name="name" />
<br />
密码:
<input type="password" name="pwd" />
<br />
<input type="submit" value="登录">
</form>
访问路径:http://localhost:8080/struts2.1 展开
3个回答
展开全部
部署的时候报错了吗?
追问
部署的时候没报错,是访问首页的时候报错404.我建立一个普通的web工程是可以访问首页的。
追答
访问首页的时候报404,估计只有这几个原因了:
项目部署的时候有错误,struts2的filter根本没加载成功,仔细翻一下;
你改过项目名,但是部署时的context没改吧 - -||
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2013-11-06
展开全部
package 标签的namespace没写吧
追问
和namespace没有关系吧。使用默认的就可以
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你启动的时候报的错发出来
追问
启动的时候没有报错,是访问首页的时候报错404.tomcat没有报错信息
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询