오류
[이클립스/톰캣] Several ports (8005, 8090) 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 ..
짱코딩러
2022. 9. 26. 22:29
이클립스가 강제종료되고 나서 켰더니 서버가 이미 사용중이라고 어쩌구..
cmd창에서 서버를 종료해준다.
1.로컬 주소를 확인하기 위해 목록을 띄워줌(삭제할 로컬 주소 확인)
netstat -p tcp -ano
2.삭제할 로컬 주소의 PID(9184)를 kill해준다.
taskkill /f /pid 9184