Fast and quick solution:
lsof -n -i4TCP:8080
PID is the second field. Then, kill that process:
kill -9 PID
'에러 기록' 카테고리의 다른 글
코드업100제 88번 문항 에러기록 (0) | 2021.10.22 |
---|---|
The import javax.annotation.Resource cannot be resolved 에러 (0) | 2021.08.01 |
Wrong username or password 에러 (0) | 2021.07.27 |
com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Java 8 date/time type `java.time.LocalDateTime` not supported by default 에러 (0) | 2021.07.19 |
Invalid character found in method name 오류 (0) | 2021.07.01 |