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

解决方法: cmd输入下面命令: netstat -ano|findstr 1099 taskkill -f -pid 3576 注意事项:如果taskkill -f -pid 3576命令权限不够,可以打开任务管理器,关闭pid为3576的进程   借鉴:https://www.cnblogs.com/feynman61/p/9169441.html
相关文章
相关标签/搜索