티스토리 뷰

서버 테스트시 The Tomcat connector configured to listen on port 8080 failed to start. The port may already be in use or the connector may be misconfigured.

8080포트를 이미 사용중이기 때문에 중지를 해야함

 

<윈도우 - 관리자 모드로 실행>

netstat -ano | findstr 8080

taskkill -f -pid {중지할려는 pid}

 

<맥>

lsof -i :8080

kill -9 {중지하려는 pid}

링크
최근에 올라온 글
글 보관함
«   2025/06   »
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30