For Tomcat 8.5.x Users
You must modify the ServerInfo.properties file of the Tomcat file /lib/catalina.jar .
ServerInfo.properties file contains the following code
server.info=Apache Tomcat/8.5.4 server.number=8.5.4.0 server.built=Jul 6 2016 08:43:30 UTC
Just open the ServerInfo.properties file by opening catalina.jar with winrar from the Tomcat lib folder
ServerInfo.properties file location in catalina.jar is /org/apache/catalina/util/ServerInfo.properties
Please note: shutdown Tomcat server (if it is already opened using cmd) before doing this, otherwise your file will not change and your winrar will show an error.
Then change the following code in ServerInfo.properties
server.info=Apache Tomcat/8.0.8.5.4 server.number=8.5.4.0 server.built=Jul 6 2016 08:43:30 UTC
Restart eclipse (if open). Now it will work ...

Vinoth Vino Aug 01 '16 at 6:59 2016-08-01 06:59
source share