The Apache Tomcat installation at this directory is version 8.5.20 Tomcat 8.0 installation is expe

   The Apache Tomcat installation at this directory is version 8.5.6A Tomcat 8.0 installation is expect


          今天换装了myeclipse 2016 ci-3 ,在部署Tomcat的时候,出错了.

错误就是上面的 :The Apache Tomcat installation at this directory is version 8.5.6A Tomcat 8.0 installation is expect.

怎么解决了,本人查阅资料后,看到一些大神的解决方法,本想直接转载分享,怎料大神不让转载,没办法,我只能直接写给你们看了.下面看操作方法:

 

   Windows解决方法:

①在Tomcat的安装目录中找到lib目录,再找到catalina.jar。使用压缩软件(WinRAR或是好压)打开它。
②依次找到并双击打开org\apache\catalina\util\ServerInfo.properties 文件

原文件内容为:

server.info=Apache Tomcat/8.5.20
server.number=8.5.20.0
server.built=Oct 6 2016 20:15:31 UTC

改为:

#Apache Tomcat/8.5.20
server.info=Apache Tomcat/8.0.0
#8.5.20.0
server.number=8.0.0
server.built=Oct 6 2016 20:15:31 UTC

 之后重新部署tomcat就可以了,完美成功.

你可能感兴趣的:(myeclipse)