Portal Properties: Format and Portal Customizations > Customizing the Report Export Path
  
Version 10.2.01P10
Customizing the Report Export Path
For security reasons, the base path for the file export is configured in portal.properties:
portal.exportPath=/opt/aptare/export
Exporting to a network share requires that it is already mounted on the Portal server and also configured in the portal.properties file.
The portal.properties file is located here:
Linux:
/opt/aptare/portalconf/portal.properties
Windows:
C:\opt\aptare\portalconf\portal.properties
1. To customize the export path, update the following section in:
#The Portal environment
portal.sessionTimeout=3600
portal.applicationUrl=http://aptareportal.QAPORTAL
portal.theme=theme-APTARE
portal.scheduler.threadPoolSize=5
portal.exportPath=/opt/aptare/export
#Uncomment for a Windows Portal: portal.exportPath=C:\\opt\\aptare\\export
portal.scriptPath=/opt/aptare/portal/user_scripts
2. Restart the Tomcat Portal services after making your modification.