tomcat启动失败显示8080端口占用


tomcat启动失败显示8080占用

控制台cmd 输入netstat -ano查看端口占用情况

 任务管理器中找到这个进程结束它

或使用命令taskkill /f /pid +占用端口的进程