9.3. Increasing the allowed size for uploaded content

If you find you get errors from the web server when you try to upload extremely large files, change the following line in BELTS_HOME/server/default/deploy/belts.ear/belts-web.war/WEB-INF/web.xml

<init-param>
  <param-name>upload-max-size</param-name>
  <param-value>16777216</param-value>
</init-param>
This is the value (in bytes) of the maximum allowable uploaded file size.