eclipse配置tomcat開發(fā)Dynamic Web Project環(huán)境圖解
一、引子
習慣了MyEclipse的你是否曾想過基于Eclipse進行Dynamic Web Project項目開發(fā)呢?網(wǎng)上資料頗多,但是實踐起來卻發(fā)現(xiàn)總有這樣那樣的問題,設計Lucene搜索引擎項目的一個需要,重新搭建了一次環(huán)境,感觸頗多,先總結下來,以備后用。
二、版本說明
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時,會出現(xiàn)錯誤提示:
警告: 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的版本
相關文章
深入淺析Jsp中 out.print 和 out.write 的區(qū)別
本文簡明扼要的給大家介紹了jsp中 out.print 和 out.write 的區(qū)別,雖然本文簡短但是主要內(nèi)容給大家介紹清楚了,需要的朋友參考下吧2017-02-02

