[Tomcat] Several ports (8005, 8080, 8009) required by Tomcat v9.0 Server at localhost are already in use.
Several ports (8005, 8080, 8009) required by Tomcat v9.0 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). 1. 문제확인 > was 재시작을 위한 포트가 이미 사용중이기 때문이다. 2. 문제해결 > 다음과 같이 포트를 사용하고 있는 pid를 확인하여 강제 종료 시켜준다. > netstat -a -n -o -p..
2023.03.16