Web/Spring
[Spring]Tomcat에서 'The server cannot be started because one of more of the posts are invalid.' 에러 해결 방법
금백조
2021. 6. 6. 17:08
반응형
서론
Spring 프로젝트 Run on Server 실행 시 Tomcat에서 아래와 같은 에러가 할 때 문제 해결법입니다.(Eclipse 기준)
본론
[해결 방법]
1.Servers 창에서 생성한 서버를 더블클릭하여 Overview 화면을 띄웁니다.
[Servers 창]
[Overview 화면]
2.Overview 화면의 Ports 탭에서 [Tomcat admin port] 입력합니다. (기본값 포트 : 8005)
그러면 정상적으로 웹서버가 실행됩니다.
반응형