Fulltext results:
- Increase the Tomcat Upload Limit
- ====== Increase the Tomcat Upload Limit ====== The "manager"-App of the Tomcats has a limit of 50MiB. This limit is defined in the file ''WEB-INF/web.xml'' within the "manager"-App: <code xml> ... </multipart-config> </code> To increate the limit to 75MiB change the file like this: <code xml>