Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 2643 java
- django 프로젝트 시작
- 18233 java
- django
- 2961 java
- 18233 비트마스킹
- apache pythonpath
- django httpd error
- 1188 음식 평론가
- Problems occurred while performing provisioning operation
- java di
- 2661 java
- 공유기 원격 설정
- The requested operation has failed!
- django 웹 페이지
- django windows 배포 에러
- 14711 java
- 14711 타일 뒤집기
- APPEND_SLASH = FALSE
- 원격 연결 포트 포워딩
- 2961 도영이가 만든 맛있는 음식
- 2643 색종이 올려 놓기
- django settings.py
- django The requested operation has failed!
- 2661 좋은 수열
- windows apache wsgi 에러
- 1188 java
- windows 원격 연결 설정
- django apache deploy error
- 18233 러버덕
Archives
라이브러리는 도서관 아닌가요
Tomcat 9.0 에러, the server cannot be started because one or more of the ports are invalid. open the server editor and correct the invalid ports. 본문
Spring/Spring 참고 내용
Tomcat 9.0 에러, the server cannot be started because one or more of the ports are invalid. open the server editor and correct the invalid ports.
veryhi 2021. 10. 14. 04:06the server cannot be started because one or more of the ports are invalid. open the server editor and correct the invalid ports.
내장 서버로 tomcat을 사용하다가 발생한 에러이다. 이 경우 말그대로 포트 지정을 올바르게 해주면 된다.
Window → Show View → Other → servers 검색 후 오픈
아래에 보면 Servers 창이 있는데, Tomcat 9.0을 더블 클릭한다.

그리고 Overview 창이 뜨면, 해당 admin 포트의 번호를 8005로 입력해주고 저장한다.

아래의 Publish module contexts to separate XML files도 클릭해준다.

다시 서버를 실행하면 동작할, 수도 있고 안, 할 수도 있고, 상황에 따라 다르다.
'Spring > Spring 참고 내용' 카테고리의 다른 글
Comments