apache tomcat port 충돌 시 해결방법
2020. 12. 20. 03:53ㆍERROR
1. 로컬주소와 pid 확인
cmd > netstat -a -n -o -p tcp
내가 사용하는 8989의 pid 확인 > 14360
2. 해당 포트 종료시키기 & 재확인
cmd > taskkill /f /pid 14360
'ERROR' 카테고리의 다른 글
Server Tomcat v9.0 Server at localhost failed to start. (0) | 2021.02.26 |
---|---|
Request processing failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException: (0) | 2021.02.24 |
org.springframework.beans.factory.UnsatisfiedDependencyException (0) | 2021.02.14 |
오류 친구들(기록중) (0) | 2020.12.29 |
github충돌 해결 (0) | 2020.12.28 |