Tomcat POST Size Limit
Posted by Qasim Khan on June 21, 2010
Apache Tomcat has a limit on the size of request that can be made using the POST HTTP method. Some time we need to submit data more than the limit. This article describes how this limit can be removed, enabling very large amount of data to be sent on server.
Remove POST size limit
If we send large amount...
Filed in: Java
0