Programming/Spring
[서버에러]Server Tomcat v8.5 Server at localhost was unable to start within 45 seconds. If the server requires more time, try increasing the timeout in the server editor.
성남FC
2018. 2. 7. 15:30
반응형
잘 되던 서버가 어느날부터 느려지더니 원인을 알 수 없는 에러가 발생 했었습니다.
Server Tomcat v8.5 Server at localhost was unable to start within 45 seconds. If the server requires more time, try increasing the timeout in the server editor.
이 내용의 에러 였는데, 알아보니 상당히 간단히 해결 할 수 있는 문제였더라구요
서버의 타임 아웃이 45초 설정 되어 있는데, 요청 이후 45초간 작동하지 않았을때 발생한 에러 였습니다.
해결 방법은 그냥 타임 아웃 시간 좀 더 넉넉하게 주면 되요!
사용중이 서버 설정에 들어갑니다. 더블 클릭해도 들어가져여
그리고 아랫부분의 시간을 설정 해주시면 됩니다.
반응형