idea启动tomcat时报错 Address localhost:1099 is already in use时间:2021-01-17 20:08:101 找到占用1099号端口的进程 输入netstat -aon | findstr 1099,找到占用1099端口的进程ID:PID 2 将此进程kill掉 输入taskkill -f -pid PID 转载自https://www.jianshu.com/p/f69ca5f542bf