반응형
$ netstat -tnlp | grep "8080"
$ kill -9 "process ID"
//ec2
$ netstat -tnlp | grep "8080"$ kill -9 "process ID"
//윈도우
netstat -ano | findstr 8080
taskkill /f /pid 8080반응형
'오류' 카테고리의 다른 글
| Execution failed for task ':test'. (0) | 2022.05.23 |
|---|---|
| The attribute nativeQuery is undefined for the annotation type Query (0) | 2022.05.01 |
| git nothing to commit, working tree clean (0) | 2022.04.07 |
| android.view.ViewRootImpl$CalledFromWrongThreadException: Only the original thread that created a view hierarchy can touch its views. (0) | 2022.03.29 |
| ErrorSQL Error: 1064, SQLState: 42000 (0) | 2022.03.17 |
댓글