MyEclipse 8.5下安裝tomcat外掛

weixin_33766168發表於2017-06-06

1,將com.sysdeo.eclipse.tomcat_3.2.1放到D:\program files\Genuitec\Common\plugins
2,開啟D:\program files\Genuitec\MyEclipse 8.5\configuration\org.eclipse.equinox.simpleconfigurator\bundles.info檔案,在最後加上
com.sysdeo.eclipse.tomcat,3.2.1,file:/D:/program files/Genuitec/Common/plugins/com.sysdeo.eclipse.tomcat_3.2.1/,4,false
3,重啟MyEclipse 8.5.
4,window --> preferences --> Tomcat 配置一些引數 ,OK!

在myeclipse中使用tomcat外掛匯出web工程war包

1、首先下載eclipse的Tomcat外掛,檔名為:tomcatPluginV321.zip
下載:地址

2、安裝Tomcat外掛,即將zip檔解壓,放入eclipse目錄下的 plugins 資料夾中。

3、在專案上點右鍵,設定properties,在'Tomcat'下面設定'export   to   war   settings'輸入要匯出的war檔案路徑和檔名,確定,返回專案。
Java_081.gif

4、在專案上點右鍵,選擇tomcat   project->Export  to the war file sets in project properties
Java_082.gif

5、 進入C盤,可以看到csi.war檔案正在生成,成功後會有提示框。這樣就可以通過Tomcat外掛匯出WAR檔了。 
Java_083.gif



本文轉自茄子_2008部落格園部落格,原文連結:http://www.cnblogs.com/xd502djj/archive/2011/03/22/1991746.html,如需轉載請自行聯絡原作者。


相關文章