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

关于tomcate的配置出错的一个问题解决方法

解决方法:

打开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

改为:

关于tomcate的配置出错的一个问题解决方法

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

相关文章:

  • 2022-12-23
  • 2021-05-20
  • 2021-10-29
  • 2021-07-02
  • 2022-12-23
  • 2021-09-13
猜你喜欢
  • 2022-12-23
  • 2021-07-25
  • 2021-12-18
  • 2021-09-10
  • 2022-12-23
  • 2022-12-23
  • 2021-11-09
相关资源
相似解决方案