오류 내용
Description:
Web server failed to start. Port 8080 was already in use.
Action:
Identify and stop the process that's listening on port 8080 or configure this application to listen on another port.
해결방법
1. 어플리케이션 속성을 추가합니다.
resources 안에 들어 있는 application.properties를 열고 안에 server.port=(원하는 포트번호)를 입력해주면 쉽게 해결됩니다.
2. 해당 포트를 사용 중인 프로세스를 종료해주면 됩니다.
https://stackoverflow.com/questions/34253779/tomcat-server-error-port-8080-already-in-use
반응형
'Spring' 카테고리의 다른 글
[Spring Boot] React와 RestApi 통신할 때 발생하는 cors 해결하기 (0) | 2022.03.06 |
---|---|
[Heroku] 헤로쿠(Heroku) 가입부터 spring boot 배포까지 - 2 (0) | 2022.02.20 |
[Heroku] 헤로쿠(Heroku) 가입부터 spring boot 배포까지 - 1 (0) | 2022.02.20 |
[IntelliJ] 인텔리제이 Entity Class의 @Table, @Column name에 나타나는 빨간 줄 없애기 (0) | 2022.02.17 |
Singleton 패턴 활용! (0) | 2021.12.24 |
댓글