IT/SERVER,WAS(IIS,Tomcat)

The Tomcat connector configured to listen on port 8800 failed to start. The port may already be in use or the connector may be misconfigured 에러 해결

하루콩콩 2023. 3. 6. 11:50
반응형

VS CODE 터미널에서 8800포트 충돌 에러.

 

해결:

1.CMD창 실행

2. netstat -ano | findstr 8800  명령어 실행(프로세스 아이디 확인)

3.taskkill /f /pid 8328 (프로세스 kill)

반응형