프로그래밍 이야기/SPRING 공부
STS 톰캣에러 The server cannot be started because one or more of the ports are invalid. Open the server editor and correct the invalid ports.
글쓰는 개발자 김뉴네
2023. 8. 29. 16:20
728x90
반응형
STS에서 다음과 같은 에러가 났다.
The server cannot be started because one or more of the ports are invalid. Open the server editor and correct the invalid ports.
찾아보니 포트 문제 이다 포트를 다른것과 같이 쓰면 안되기에..
- Tomcat admin port를 변경해준다.
여기서 tomcat admin port 와 http 포트는 달라야한다.
- 왼쪽아래에서 publish module contexts to separate XML files에 체크가 해제되어 있으면 체크박스를 체크해주자
그리고 다시 시작 해주면
아주 잘 된다!!
공부하자!!!
728x90
반응형