Error running Tomcat8: Address localhost:1099 is already in use window环境,打开cmd netstat -ano | findstr :1099 发现对应PID为24732 结束PID taskkill /PID 24732 /F