====== 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: 52428800 52428800 0 To increate the limit to 75MiB change the file like this: 78643200 78643200 0 If you have installed Tomcat in ''/opt/tomcat'', the file will be here: ''/opt/tomcat/webapps/manager/WEB-INF/web.xml''. If you have installed Tomcat with the package manager, it will be here: ''/usr/share/tomcat7-admin/manager/WEB-INF/web.xml'' {{tag>sysadmin admin java apache tomcat config limit}}