When you create a resource by uploading a large file, the server stores the file in a temporary location while receiving and processing it. Uploaded files may be huge and cause errors if the local disk is limited or full. If you are having issues when creating resources with large files, set the following property to a directory location with sufficient capacity.
Temporary Upload Directory for Web Services | ||
Configuration File | ||
…WEB-INFapplicationContext-webservices.xml | ||
Property | Bean | Description |
attachmentsTempFolder | managementServiceImpl | Change this property to an absolute path such as /tmp/jasperserver/axis_attachments or a relative path such as {java.io.tmpdir}/jasperserver/axis_attachments. |
Recommended Comments
There are no comments to display.