•
•
• The permitted maximum size of uploaded images is set in with the maxUploadFileSize property in the services.xml file. If required, you can change the maximum size. The services.xml file is located in the following directory:<TOMCAT_HOME>\webapps\applications\WEB-INF\settings\springTo implement changes made in the services.xml file, you must restart the Apache Tomcat server.In this example, the size of uploaded files is limited to 10240000 bytes (10 MB).<property name="maxUploadFileSize" value="10240000" />
1
2
OpenText StreamServe 5.6 | Updated: 2013-03-01 |