idea启动tomcat时报错 Address localhost:1099 is already in use

1 找到占用1099号端口的进程

输入netstat -aon | findstr 1099,找到占用1099端口的进程ID:PID

2 将此进程kill掉

输入taskkill -f -pid PID

 

 

 

转载自https://www.jianshu.com/p/f69ca5f542bf

 

 

欢迎大家关注我的微信公众号,获取你不知道的宝藏。

posted @ 2019-07-20 20:51  代码改变我的世界  阅读(400)  评论(0编辑  收藏  举报