eclipse 4.4 + tomcat 7

來源:互聯網
上載者:User

標籤:blog   http   java   使用   os   strong   io   檔案   

環境:windows7 32,已配置好java環境

 

一.eclipse 安裝

 

 

  1. 上eclipse官網(http://www.eclipse.org/downloads/),下載用於web develop的eclipse 版本 eclipse-jee-kepler-SR2-win32.zip

 

解壓縮至 E:\software\eclipse;

 

二.tomcat安裝

 

 

  1. 上tomcat官網(http://tomcat.apache.org/download-70.cgi)下載apache-tomcat-7.0.52-windows-x86.zip,解壓縮至 E:\software\apache-tomcat-7.0.52
  2. 設定環境變數:電腦->屬性->進階系統設定->環境變數->建立系統變數(TOMCAT_HOME ,E:\software\apache-tomcat-7.0.52)

 

三.eclipse 整合 tomcat

 

 

  1. 下載tomcatPluginV33.zip(http://www.eclipsetotale.com/tomcatPlugin.html);
  2. 將上述壓縮包解壓縮至eclipse的dropins目錄中(E:\software\eclipse\dropins);
  3. 開啟eclipse,出現三個小貓似的表徵圖表示初步成功。
  4. 開啟eclipse,windows->preferences->tomcat,選擇已安裝的tomcat版本(tomcat7.0),同時設定tomcat安裝位置(E:\software\apache-tomcat-7.0.52),並設為server.xml.
  5. 建立一個新的server,new ->server->tomcat v7.0(select server type)->next;
  6. 至此基本完成,可以使用。

 

 

使用過程中可能出現的問題:

1.在new server的時候,無法建立一個tomcat 7.0 的server

   

解決方案:重新設定tomcat環境,eclipse -> windows->preferences->server->runtime environment,將tomcat7的安裝路徑設定為自己安裝的tomcat7的路徑。

 

2.無法訪問http://localhost:8080/以及自己建立的項目

 

解決方案:

重新設定下tomcat伺服器:

在eclipse中的server頁面,雙擊tomcat服務,會看到的配置頁面:

   

可以看到紅圈中選擇的是 Use workspace metadata(does not modify Tomcat installion)

如果該tomcat中部署了項目的話,這紅圈中的選項會灰掉不能修改,要修改必須得先把tomcat中的部署的服務都移除。

通過按右鍵tomcat伺服器選擇 Add and Remove,在彈出的對話方塊中移除已部署的項目。移除完確定後,將看到上面的選項面板部分可編輯了。

選擇Use tomcat installation(Task control of Tomcat installation) 即選擇tomcat的安裝目錄來作為項目的發布目錄。

然後,下來四行,看到"Deploy Path"了沒?它後面的值預設是"wtpwebapps",把它改成"webapps",也就是 tomcat

中發布項目所在的檔案夾名字。修改後關掉該頁面,儲存配置。這樣就將項目部署到了tomcat安裝目錄下的webapp

重啟tomcat伺服器,訪問http://localhost:8080則能正常訪問了,自己部署的項目也能正常訪問了。

 

3.不想使用eclipse內建的瀏覽器,想用自己安裝的瀏覽器訪問頁面。

解決方案:eclipse->windows->preferences->general->web broswer,設定成外部IE瀏覽器或者其他即可。

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.