eclipse 配置tomcat8 报错:The Apache Tomcat installation at this directory is version 8.5.14. A Tomcat 8

解决方法: 
打开tomcat的lib目录。apache-tomcat-8.5.14\lib的catalina.jar文件。 
用解压缩工具打开org/apache/catalina/util/ServerInfo.properties

将: 
server.info=Apache Tomcat/8.5.14 
server.number=8.5.14.0 
server.built=Apr 13 2017 12:55:45 UTC

改为: 
eclipse 配置tomcat8 报错:The Apache Tomcat installation at this directory is version 8.5.14. A Tomcat 8

写这篇是因为纯属无聊,因为把 tomcat 8.5非要配置为8.0

相关文章:

  • 2021-10-10
  • 2022-01-05
  • 2021-11-15
  • 2021-06-22
  • 2021-04-19
  • 2021-05-03
  • 2021-12-29
  • 2022-12-23
猜你喜欢
  • 2021-08-02
  • 2022-12-23
  • 2021-11-30
  • 2021-06-16
  • 2021-04-23
相关资源
相似解决方案