1. 程式人生 > >eclipse不支援tomcat8怎麼辦

eclipse不支援tomcat8怎麼辦

原文:

the latest version of Eclipse still does not support Tomcat 8, but you can add the new version of WTP and Tomcat 8 support will be added natively. To do this:

  • Download the latest version of Eclipse
  • Go to the WTP downloads page, select the latest version (currently 3.6), and download the zip (under Traditional Zip Files...Web App Developers). 
    Here's the current link
    .
  • Copy the all of the files in features and plugins directories of the downloaded WTP into the corresponding Eclipse directories in your Eclipse folder (overwriting the existing files).

Start Eclipse and you should have a Tomcat 8 option available when you go to deploy. 

簡單說:就是去下載一個WTP檔案:http://www.eclipse.org/downloads/download.php?file=/webtools/downloads/drops/R3.6.0/I-3.6.0-20140213154746/wtp4x-I-3.6.0-20140213154746.zip

然後將裡面的feature和plugin資料夾拷貝到eclipse裡面,覆蓋掉。再重啟eclipse,你就可以安裝tomcat8伺服器了