Fulltext results:
- Increase the Tomcat Upload Limit
- l'' within the "manager"-App: <code xml> <multipart-config> <!-- 50MB max --> <max-fil... e-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-fil... e-size-threshold>0</file-size-threshold> </multipart-config> </code> If you have installed Tomcat