1. 비정상적인 종료로 발생한 포트 충돌 해결하기
Several ports (8005, 8080, 8009) required by Tomcat v8.5 Server at localhost are already in use. The server may already be running in another process, or a system process may be using the port. To start this server you will need to stop the other process or change the port number(s).
2. 해결 방법
- 8080 포트[톰캣(Tomcat) 포트]의 PID 확인하기
cmd 명령어 : netstat -p tcp -ano
- 8080 포트의 PID 프로세스 종료하기
cmd 명령어 : taskkill /f /pid PID번호