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

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

我用的是struts2.5+jdk8的配置什么的都沒問題可是總是找不到.action


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

<!DOCTYPE struts PUBLIC

? ? ?"-//Apache Software Foundation//DTD Struts Configuration 2.5//EN"

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

? ? ?

<struts>

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

? ? ? ? ? ?<action name="helloworld" class="com.imooc.action.HelloWorldAction">

? ? ? ? ? ? ? ?<result>result.jsp</result>

? ? ? ? ? ?</action>

? ? </package>

</struts>

<?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>HelloWorld</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.filter.StrutsPrepareAndExecuteFilter</filter-class>
??</filter>
??
??<filter-mapping>
?????<filter-name>Struts2</filter-name>
?????<url-pattern>/*</url-pattern>
??</filter-mapping>
</web-app>


正在回答

舉報

0/150
提交
取消

我用的是struts2.5+jdk8的配置什么的都沒問題可是總是找不到.action

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

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

幫助反饋 APP下載

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

公眾號

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