亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定

運行Struts 項目,啟動tomcat時,拋出兩個錯誤

574bfb7d00014b8a05000090.jpg

574bfb7e0001b1f905000082.jpg

Struts.xml

<?xml version="1.0" encoding="UTF-8" ?>

<!DOCTYPE struts PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 2.1//EN"?

"http://struts.apache.org/dtds/struts-2.1.dtd">

<struts>

?<package name="default" namespace="/" extends="struts-default">

? ? <action name="helloworld" class="com.action.Action">

? ? ? ?<result>/result.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>

? <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-list>

? ? <welcome-file>result.jsp</welcome-file>

? </welcome-file-list>??

</web-app>

http://img1.sycdn.imooc.com//574bfc710001064302320329.jpg

正在回答

舉報

0/150
提交
取消

運行Struts 項目,啟動tomcat時,拋出兩個錯誤

我要回答 關注問題
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號