Configure Report Template File Size
In order to control the file size limitation for a template file in the TMS Lite Browser- Report tab, modify the following parameters in web.xml: UPLOAD_MAX_MEMORY, UPLOAD_MAX_DISK_SPACE, UPLOAD_TEMP_DIR, and UPLOAD_MAX_FILE_SIZE.
Note:
These parameters are commented and default values are set for reference. They can be uncommented and set new value(s) which will require repack of .ear and deployment to take into effect.
To modify the parameters in web.xml from tmslite.ear:
- Create a backup of tmslite.ear located under OPA_HOME\tms\tmslite.ear.
- Open tmslite.ear in 7zip.
- Edit OPA_HOME\tms\tmslite.ear\TMSWebUIApp.war\WEB-INF\web.xml in 7Zip.
- In web.xml, uncomment the section containing parameters: UPLOAD_MAX_MEMORY, UPLOAD_MAX_DISK_SPACE, and UPLOAD_TEMP_DIR and update values for these parameters according to your requirements to control the file size upload.
- Save the changes.
- In the OPADomain console, redeploy tmslite.ear.