WEB WAS/WAS

[Tomcat] tomcat 에러로그[Request Entity Too Large]

홍또~ 2020. 4. 14. 20:07
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" 추가