1.问题
Description:
The Tomcat connector configured to listen on port 8082 failed to start. The port may already be in use or the connector may be misconfigured.
Action:
Verify the connector's configuration, identify and stop any process that's listening on port 8082, or configure this application to listen on another port.
2.查询端口
说明:打开命令提示符。
netstat -ano | findstr 8082
3.关闭进程
说明:关闭指定进程
taskkill /F /PID 24848
4.启动成功