一、引子
習慣了MyEclipse的你是否曾想過基於Eclipse進行Dynamic Web Project項目開發呢?網上資料頗多,但是實踐起來卻發現總有這樣那樣的問題,設計Lucene搜索引擎項目的一個需要,重新搭建了一次環境,感觸頗多,先總結下來,以備後用。
二、版本說明
2.1 Eclipse J2EE
Eclipse Java EE IDE for Web Developers.
Version: Kepler Service Release 1
Build id: 20130919-0819
2.2 JDK
JDK1.6.0
2.3 Tomcat
Tomcat6.0 for windows
http://tomcat.apache.org/download-60.cgi
2.4 TomcatPlugin
tomcatPluginV33.zip
http://www.eclipsetotale.com/tomcatPlugin.html
三、安裝說明
3.1 Tomcat插件
tomcatPluginV33.zip解壓後,拷貝到:eclipse\plugins和eclipse\dropins兩個目錄下。
3.2 設置Tomcat
四、問題說明
4.1 tomcatPlugin版本
tomcatPluginV32.0版本有問題,需要更新到tomcatPluginV32.1或者tomcatPluginV33,否則啟動Tomcat時,會出現錯誤提示:
警告: Bootstrap: command "D:\Program files\apache-tomcat-6.0.16\conf\server.xml" does not exist.
4.2 Tomcat工具欄三只貓找不到問題
tomcatPluginV33插件必須同時拷貝到目錄eclipse\dropins,否則會找不到三只貓的圖標;
4.3 Eclipse版本必須使用For J2EE的版本