eclipse配置tomcat8.5

在eclipse中,當使用tomcat版本爲8.5時(一個神奇的版本),沒法與eclipse綁定,選擇8.0或9.0版本都會提示:apache

 

The Apache Tomcat installation at this directory is version 8.5.5.  A Tomcat 8.0 installation is expected.tomcat

 

以下圖:app

 

2種解決辦法eclipse

1. 人肉修改tomcat的版本號this

 

[plain] view plain copyspa

 在CODE上查看代碼片派生到個人代碼片

  1. 1.使用WinRar, WinZip, 7zip打開文件./lib/catalina.jar (注意不要解壓)  
  2. 2.打開文件org/apache/catalina/util/ServerInfo.properties  
  3. 3.修改文件第16行版本號爲 8.0.0  
  4. 4.保存,將文件更新到原jar包中便可  

 

成功綁定:.net

 

2.打補丁:code

https://bugs.eclipse.org/bugs/attachment.cgi?id=262418&action=editserver

Download this patch and put it to the plugins directory of your Eclipse installation. It will replace the default "org.eclipse.jst.server.tomcat.core_1.1.800.v201602282129.jar".blog

 

詳細可參考:《How to use Tomcat 8.5.x and TomEE 7.x with Eclipse?

相關文章
相關標籤/搜索