为了账号安全,请及时绑定邮箱和手机立即绑定

我的struts显示不出来啊,404访问错误

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE struts PUBLIC
	"-//Apache Software Foundation//DTD Struts Configuration 2.3//EN"
	"http://struts.apache.org./dtds/struts-2.3.dtd">
<struts>
	<package name="default" namespace="/" extends="struts-default">
		<action name="timer" class="com.imooc.action.TimerAction">
			<result>/success.jsp</result>
		</action>
	</package>	
</struts> //这个是struts.xml文件

//这个是web.xml文件
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://xmlns.jcp.org/xml/ns/javaee" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd" id="WebApp_ID" version="3.1">
  <display-name>HelloWorld-Struts</display-name>
  <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>
    <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>
</web-app>


求解。。。


正在回答

2 回答

我重启10遍了也不行。。。而且直接在启动Tomcat服务器(不是在浏览器中运行项目)的时候就已经报错了。

0 回复 有任何疑惑可以回复我~
#1

励志敏

你的问题解决了吗?
2016-12-29 回复 有任何疑惑可以回复我~

就是eclipse抽风了。。。我重启一遍eclipse就很神奇的好了卧槽。。。

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

我的struts显示不出来啊,404访问错误

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信