IDEA启动Tomcat报错Address localhost:1099 is already in use解决办法

解决方法:

cmd输入下面命令:

netstat -ano|findstr 1099

taskkill -f -pid 3576

IDEA启动Tomcat报错Address localhost:1099 is already in use解决办法_第1张图片

注意事项:如果taskkill -f -pid 3576命令权限不够,可以打开任务管理器,关闭pid为3576的进程

 

借鉴:https://www.cnblogs.com/feynman61/p/9169441.html

你可能感兴趣的:(idea,工具操作)