一、引子
習(xí)慣了MyEclipse的你是否曾想過基于Eclipse進(jìn)行Dynamic Web Project項(xiàng)目開發(fā)呢?網(wǎng)上資料頗多,但是實(shí)踐起來卻發(fā)現(xiàn)總有這樣那樣的問題,設(shè)計(jì)Lucene搜索引擎項(xiàng)目的一個(gè)需要,重新搭建了一次環(huán)境,感觸頗多,先總結(jié)下來,以備后用。
二、版本說明
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兩個(gè)目錄下。
3.2 設(shè)置Tomcat
四、問題說明
4.1 tomcatPlugin版本
tomcatPluginV32.0版本有問題,需要更新到tomcatPluginV32.1或者tomcatPluginV33,否則啟動(dòng)Tomcat時(shí),會(huì)出現(xiàn)錯(cuò)誤提示:
警告: Bootstrap: command "D:\Program files\apache-tomcat-6.0.16\conf\server.xml" does not exist.
4.2 Tomcat工具欄三只貓找不到問題
tomcatPluginV33插件必須同時(shí)拷貝到目錄eclipse\dropins,否則會(huì)找不到三只貓的圖標(biāo);
4.3 Eclipse版本必須使用For J2EE的版本
您可能感興趣的文章:- 解決eclipse啟動(dòng)tomcat時(shí)不能加載web項(xiàng)目的問題
- 解決Eclipse打開.java文件異常,提示用系統(tǒng)工具打開的問題
- eclipse創(chuàng)建項(xiàng)目沒有dynamic web的解決方法