Tomcat v8.5 server failed to start

今天遇见一个比较奇葩的问题 Tomcat启动失败,度娘了很多解决方案,都没有解决,*出去看了看,终于解决了,贴出来记录一下,希望能帮到别人。
类似于此图:
Tomcat v8.5 server failed to start

解决方案:

  1. Open the Servers Tab from Windows>Show View>Servers menu
  2. Right click on the server and delete it
  3. Create a new server by going New>Server on Server Tab
  4. Click on “Configure runtime environments…” link
  5. Select the Apache Tomcat v7.0 server and remove it. This will remove the
  6. Tomcat server configuration. This is where many people do mistake – they remove the server but do not remove the Runtime environment.
  7. Click on OK and exit the screen above now.
  8. From the screen below, choose Apache Tomcat v7.0 server and click on next button:
  9. Browse to Tomcat Installation Directory
  10. Click on Next and choose which project you would like to deploy:
  11. Click on Finish after Adding your project
  12. Now launch your server. This will fix your Server timeout or any issues with old server configuration.
  13. This solution can also be used to fix “port update not being taking place” issues.*