3.拷貝lib下的jar包到工程lib目錄下:
4.修改web.xml檔案配置:
struts2
org.apache.struts2.dispatcher.ng.filter.strutsprepareandexecutefilter
5.拷貝struts.xml檔案
extends="struts-default">//紅色這裡一定不要省略,否則伺服器無法初始化
/hello.jsp //預設了返回的字元中為:success
6.測試一下,工程名/firstaction(訪問的action)
如果頁面顯示hello.jsp裡面的內容,則環境搭建好了。
搭建 struts2 環境
1.加入jar包 2.在web.xml檔案中配置struts 3.在當前web應用的classpath下新增struts2的配置檔案 4.新增dtd約束。在搭建 struts2 環境之前,我們首先當然是要新建立乙個 web 專案。eclipse 中 file new ohters dynamic w...
myeclipse 搭建 struts2 環境
1 工具以及版本 myeclipse10 綠色版 jdk1.7 apache tomcat 7.0.40 windows x64 直接解壓到 d program files apache tomcat 7.0.40 struts 2.3.24.1 all.zip 2 myeclipse配置tomca...
Myeclipse搭建struts2環境
2.執行struts2提供的例子 2 開啟myeclipse,啟動tomcat伺服器 3 在瀏覽器中開啟http localhost 8080 struts2 blank index.html 3.搭建struts2環境 檔案結構圖 1 建立乙個新的web project,名為teststruts2...