MyEclipse 多專案對應配置多個Tomcat

2021-07-14 06:02:24 字數 1520 閱讀 5123

myeclipse 多專案對應配置多個tomcat

如果多個專案放在乙個tomcat下,在myeclipse啟動tomcat時,會把其他專案也一起啟動,速度會慢。

現在設定多個專案,分別對應乙個tomcat。

如果你設定多個tomcat並行執行,那麼就更爽了,不過你的電腦配置一定要好才行 ,呵呵

最近處於兩個專案的結合點,新的專案要做,剛做完的專案也還有很多需要修改的地方。所以經常需要來回切換,哥們兒們都知道來回倒騰幾個專案的痛苦。。。

今天終於突發奇想,能不能同時弄幾個tomcat,這樣就不用總是修改配置檔案+重啟了。 

順便請教一下,這種方法只能新增3個tomcat的server,如何能新增更多?

因為myeclipse配置上就是這樣的。

在網上查了說是用別的外掛程式可以實現,但是吧,還是myeclipse用著比較習慣,實在不行,只能同時用別的容器了。

現在就告訴你,不需要增加外掛程式,也可以增加多個tomcat的server。

在myeclipse的安裝目錄下,有d:\program files\myeclipse 6.5\myeclipse\eclipse\plugins的外掛程式路徑。

裡邊很多外掛程式的配置檔案包。

找到 資料夾 com.genuitec.eclipse.easie.

tomcat6_6.5.0

.zmyeclipse650200806

複製為 com.genuitec.eclipse.easie.

tomcat6_6.5.1

.zmyeclipse650200806

然後,需要修改一些配置檔案。

檔案路徑 

d:\program files\myeclipse 6.5\myeclipse\eclipse\plugins\com.genuitec.eclipse.easie.tomcat6_6.5.0.zmyeclipse650200806\

plugin.properties

可以修改:

pluginname = myeclipse easie tomcat 44

menu.label = chengkaomember.x

// 這個名字會顯示在server的配置上邊(最後一張所示)

檔案路徑 

d:\program files\myeclipse 6.5\myeclipse\eclipse\plugins\com.genuitec.eclipse.easie.tomcat6_6.5.0.zmyeclipse650200806\

plugin.xml

修改了一下id 

id="com.genuitec.eclipse.easie.tomcat61"

然後關閉myeclipse  重新啟動,

你在看web server的列表 就發現增加了乙個tomcat 

是不是很好啊 這樣 你多個專案 可以對應多個tomcat了 哈哈

檢視config檔案 設定 tomcat的設定 (jdk路徑;  tomcatserver:enable; tomcat home 路徑等)

MyEclipse 多專案對應配置多個Tomcat

myeclipse 多專案對應配置多個tomcat 如果多個專案放在乙個tomcat下,在myeclipse啟動tomcat時,會把其他專案也一起啟動,速度會慢。現在設定多個專案,分別對應乙個tomcat。如果你設定多個tomcat並行執行,那麼就更爽了,不過你的電腦配置一定要好才行 呵呵 最近處於...

myeclipse複製專案

一 myeclipse 複製後修改名稱,訪問不到專案 這是因為,你只是改了專案的名稱,而沒有改 下面是解決方法 方法 1.右擊你的專案,選擇 properties 在 type filter text 中輸入 web 按下圖表示輸入您的新專案名稱,記得不能把 去掉啊。重啟下myeclipse就可以了...

myeclipse新建專案流程

1.搭建伺服器 匯入資料庫相應的表,平台匯入相應的專案。2.資料庫掛功能 新建表名,表id,layer 選單級數 1或2 一級選單則不需要pid,url 二級選單則將pid掛在一級選單的表id下,相應的url則與平台的方法對應 3.平台相應實現 1 建立相應的專案 action,dao,model,...