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
- oracle hr
- tomcat timeout
- Django
- Oracle
- SQLite3
- Java Script
- sql developer
- wx Form Builder
- TensorFlow
- python
- keras
- pie chart
- html
- java fx
- scene builder
- Python 환경변수
- java
- Spring Framework
- css
Archives
- Today
- Total
소율로그
[Error] 톰캣 타임아웃 에러 본문
서버를 돌리는데 타임아웃 에러가 떴다.
Server ~tomcat was unable to start within 45 seconds. If the server requires more time, try increasing the timeout in the server editor.
설정에서 타임아웃 시간을 늘려주고 서버를 재실행하니까 문제없이 진행된다.
지금 프로젝트는 구동하는데 시간이 많이 소요되서 넉넉하게 150초로 설정해두었다.
Stop 시간은 따로 지정하지 않고 원래 값으로 그대로 두고 Start 시간만 고치면 된다.
'Study > Error' 카테고리의 다른 글
[Error] ORA-12519, TNS:no appropriate service handler found (0) | 2022.02.09 |
---|---|
[Error][org.springframework.web.context.ContextLoaderListener]의 애플리케이션 리스너를 설정하는 중 오류 발생 (0) | 2021.12.08 |
Comments