关于运行tomcat遇到问题“Several ports (8005, 8080, 8009) required by Tomcat v9.0 Server at localhost are already in use. The server may already be running in another process, or a system process may be using the port. To start this server you will need to stop the other process or change the port number(s).”的解决方法
tomcat
1、就是端口被占用的问题。查看是否有程序在运行,或者http在运行。
2、点击查看tomcat是否为停止状态
新的改变
3、可能是路径重复问题,有很多解决办法,我只会最简单、粗暴的解决方法,(1)把Servers的tomcat删了
(2)项目资源管理器的Servers也删了。
(3)点击链接重新加入tomcat就可以了。