java.lang.IllegalStateException: Post too large

 

The maximum size in bytes of the POST which will be handled by the container FORM URL parameter parsing. The feature can be disbled by setting this attribute to a value inferior or equal to 0. If not specified, this attribute is set to 2097152 (2 megabytes).

http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/http.html

Tomcat이 디폴트로 약 2메가 정도의 Post 데이터만 처리…

따라서 $TOMCAT_HOME/conf/server.xml 에서 Connector> 엘리먼트에 maxPostSize를 추가..
(0이면 무제한인듯)

 

This entry was posted in Java/JSP, WEB/WAS and tagged , , . Bookmark the permalink.

댓글 남기기