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> |