maxPostSize in Tomcat and in JBOSS Leave a Comment / DevOps / November 24, 2009 November 24, 2009 If a http post exceeds the size the ‘maxPostSize’, Tomcat will thrown an "post too large" exception and return HTTP 500. But JBoss will just discard the posted values and go on.