Configuring Report Launcher for Rational® ClearQuest®
Update the Report Launcher for Rational® ClearQuest® configuration file to specify one or more paths for the shared reports directory.
About this task
reportlauncher.properties to
specify the path to the report file server.These instructions include references to this variable:
- %CLEARQUEST_HOME%\cqweb\cqwebprofile
- On Windows™, this variable represents the default path for the WebSphere® profile directory where Rational® ClearQuest® web applications are deployed. CLEARQUEST_HOME is the directory where ClearQuest® is installed.
- $CLEARQUEST_HOME/cqweb/cqwebprofile/
- On Unix, this variable represents the default path for the WebSphere® profile directory where Rational® ClearQuest® web applications are deployed where CLEARQUEST_HOME is the directory where ClearQuest® is installed.
Procedure
- From a command prompt, run this command to navigate to
the configuration directory:
- On Windows™, type
cd %CLEARQUEST_HOME%\cqweb\cqwebprofile\installedApps\dfltCell\RationalClearQuestReportLauncher.ear\CQReportLauncher.war\WEB-INF\classes - On UNIX™ or Linux™, type
cd $CLEARQUEST_HOME/cqweb/cqwebprofile/installedApps/dfltCell/RationalClearQuestReportLauncher.ear/CQReportLauncher.war/WEB-INF/classes
Note: The default WebSphere® Application Server cell directory isdfltCellon Windows™, Unix, and Linux™ platforms. On the Solaris platform, the default is<srv>Node01Cell. - On Windows™, type
- From the configuration directory, use an editor to open
the file
reportlauncher.properties. - Modify the
reports.launcher.baseDirectoryentry to point to one or more base directories where reports are stored.The Report Launcher can navigate to the subdirectories of the base directory. You can specify multiple base directory definitions by separating each entry using a semicolon. Typically, you do not need to change the other configuration properties. Review thereportlauncher.propertiesfile to determine if additional property modifications are required.Note: The directory hierarchy specified must permit file system access to the account that runs the WAS profile containing Report Launcher for Rational® ClearQuest®. Users that need to save reports or other files to this directory must also have write access. - Save the updated
reportlauncher.propertiesfile. - If the Report Launcher web application is started, it must
be stopped and restarted to capture configuration changes.You can restart the associated WAS profile, or you can restart the application from within the WAS console of the associated WAS profile.