Fulltext results:
- Increase the Tomcat Upload Limit
- ' within the "manager"-App: <code xml> <multipart-config> <!-- 50MB max --> <max-file-s... size-threshold>0</file-size-threshold> </multipart-config> </code> To increate the limit to 75MiB change the file like this: <code xml> <multipart-config> <!-- 75MB max --> <max-file-s... size-threshold>0</file-size-threshold> </multipart-config> </code> If you have installed Tomcat in