下記に定義されているので、変更してTomcat再起動。
/usr/share/tomcat7-admin/manager/WEB-INF/web.xml
<multipart-config>
<!-- 50MB max -->
<max-file-size>52428800</max-file-size>
<max-request-size>52428800</max-request-size>
<file-size-threshold>0</file-size-threshold>
</multipart-config>
Jenkinsなどは50MBを超えるため、
この値を変更しないと、「SizeLimitExceededException」が返される。