08-Apr-2020 21:38:42.053 경고 \[localhost-startStop-
2\] \[org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads\]
(org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads) The web application \\
\[ROOT\] appears to have started a thread named \[BScheduler\] but has failed to stop it.
This is very likely to create a memory leak. Stack trace of thread:
톰캣서버를 너무 빠르게 리스타트 했을때 생기는 오류 다시 천천히 재기동 하면 해결됨
Request Entity Too Large
The requested resource
/jsp/lats/lats_nexacro/lats/data/down/LATS Energy v.2.0 Manual(SI).pdf
does not allow request data with GET requests, or the amount of data
provided in the request exceeds the capacity limit.
Ajp connector 데이터 전송크기 설정 문제이다.
worker.properties 에서 worker.(was네임).max_packet_size=65536 설정,
was server.xml에서 ajp 포트설정에 packetSize="65536" 추가
'WEB WAS > WAS' 카테고리의 다른 글
[Tomcat] 버전별 심볼릭링크 허용설정 (0) | 2020.11.27 |
---|---|
[Tomcat] reloadable 옵션 및 주의사항 (0) | 2020.10.06 |
[Tomcat] Redis 설정하기 (1) | 2020.06.22 |
[Tomcat] 이중화 + Sticky 세션 (0) | 2020.06.04 |
[Tomcat] 스레드덤프 확인하기 (0) | 2020.05.20 |