Article Number | 000037028 |
Applies To | RSA Product Set: Adaptive Authentication (OnPrem) RSA Product/Service Type: Adaptive Authentication (OnPrem) RSA Version/Condition: 7.x |
Issue | Customer needs to change the reports source folder from the default location to a new location in their AAOP Report Viewer installation. |
Tasks | To change the Report Viewer application default source folder location for the report files, follow these steps:
- Locate the deployment folder for Report Viewer ( usually /Webapps/ReportViewer/ )
- Browse the /WEB-INF/ folder and locate the Web.xml file
- Edit the web.xml file and apply the changes suggested in the resolution
|
Resolution | - Locate the section "reportsRootPath" within the Web.xml file:
... <servlet-name>appConfiguration</servlet-name> <servlet-class>com.passmarksecurity.reportviewer.Configuration</servlet-class> <init-param> <param-name>reportsRootPath</param-name> <param-value>C:\rsa\reports</param-value> </init-param> ...
- Change the param-value property to the location you want to set.
- Finally, save the changes to the file and restart the application in the application server.
|