azurealfresco

Modify the Apache Tomcat file upload limit

Modify the max-file-size and max-request-size values in the application’s web.xml configuration file (for example, in the /opt/bitnami/tomcat/webapps/manager/WEB-INF/web.xml file).

<max-file-size>83886080</max-file-size>
<max-request-size>83886080</max-request-size>

Remember to restart your Tomcat server for the changes to take effect.

Last modification December 21, 2022