一直以來用的是struts2.3.4.1版本,今天想公升級一下struts的版本,大體步驟與以前類似。
jdk環境1.8 +tomcat 7.0(jdk環境1.7以下啟動時會報錯)
xwork已經合併到struts中
步驟二、修改web.xml檔案,是比較容易出錯的地方,新老版本的包有改動
老版本的strutsprepareandexecutefiler類在org.apache.struts2.dispatcher.ng.filter中,注意有ng,新版本則沒有(struts使用者手冊中有說明)
步驟三、struts.xml檔案找到官方的示例程式copy一下即可,配置上與原來類似。
搭建struts2環境
3.拷貝lib下的jar包到工程lib目錄下 4.修改web.xml檔案配置 struts2 org.apache.struts2.dispatcher.ng.filter.strutsprepareandexecutefilter 5.拷貝struts.xml檔案 extends struts d...
搭建 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...