728x90
매번 구글링해서 찾는게 귀찮아서 메모.
톰캣이나 db등 여러개 떠있을 때, 이미 가동 중이라는 에러 뜨면서 그럴 때가 있음. 그럴 때 사용함.
#linux은 ps -eaf | grep tomcat 등을 사용하겠지만,
kill -9 번호
#윈도우에선 cmd에서 netstat -a -o
해당 포트 확인 후 pid를 기억하고 taskkill /f /pid pid(기억한 pid번호) 해주기
'Server' 카테고리의 다른 글
[Linux] 파일 한글 깨짐 - 해결법 (0) | 2023.01.16 |
---|---|
외부 톰캣 server에서 배포 할 때 에러 해결 org.hibernate.HibernateException: Access to DialectResolutionInfo cannot be null when 'hibernate.dialect' not set (0) | 2022.09.19 |