將普通web專案(FWGL 服務管理)用idea 部署到tomcat
首先從cvs 將FWGL 匯入到eclipse
然後開始配置project structure\project
其中 project compiler output 為編譯輸出路徑可隨意指定,一般指定在WEB-INFO\classes
配置modules
其中Department Descriptors 中的path 為專案的web.xml(注意不是編譯後的xml,注意檢查web.xml 中檔案內容的正確性,當時從CVS匯入的web.xml 不知道為什麼是空的,這個是打包的入口,會導致打包為空)
Web Resource Directories 中的 Web Resource Directory為專案的WebRoot根目錄
然後將Source Root 勾選正確 ,這個是專案的原始檔根目錄,一般不需要自己勾選,系統會自己勾選。
配置Libraries
一定要保證專案包的完整性,當時從CVS下載的包不全,導致後面打包執行出錯。
配置 Facets,配置和modules 完全一樣
配置Artifacts
新增一個 Web Application:Exploded或者Archive都可以,然後選自己的專案。
最後配置tomcat (Run/Debug Configurations) /Server
配置 Deployment
Rebuild Project 後 啟動tomcat