Changing the default output location

To redirect the report output to a custom location, edit the Dosgi.instance.area and Dosgi.configuration.area values in the rpe-launcher.ini and rpe-studio.ini files.

Procedure

  1. Edit the values in the rpe-launcher.ini file:
    1. Open the rpe-launcher.ini file. The default location is %RPE_HOME%\launcher\rpe-launcher.ini.
    2. In the Dosgi.instance.area parameter, change the filepath to the custom location.
    3. In the Dosgi.configuration.area parameter, change the filepath to the custom location.
    4. Save and close the file.
  2. Edit the values in the rpe-studio.ini file:
    1. Open the rpe-studio.ini file from the default location: %RPE_HOME%\studio\rpe-studio.ini.
    2. In the Dosgi.instance.area parameter, change the filepath to the custom location.
    3. In the Dosgi.configuration.area parameter, change the filepath to the custom location.
    4. Save and close the file.

Example entries

The following values in the rpe-launcher.ini file:
-Dosgi.configuration.area=@user.home/Application Data/IBM/Rational/RPE_qualifier_date/Launcher/configuration/
-Dosgi.instance.area=@user.home/Application Data/IBM/Rational/RPE_qualifier_date/Launcher/workspace/
can be changed to:
-Dosgi.configuration.area=H:\Application Data\IBM\Rational\RPE_qualifier_date\Launcher\configuration\
-Dosgi.instance.area=H:\Application Data\IBM\Rational\RPE_qualifier_date\Launcher\workspace\
The following values in the rpe-studio.ini file:
-Dosgi.configuration.area=@user.home/Application Data/IBM/Rational/RPE_qualifier_date/Studio/configuration/
-Dosgi.instance.area=@user.home/Application Data/IBM/Rational/RPE_qualifier_date/Studio/workspace/
can be changed to:
-Dosgi.configuration.area=H:\Application Data\IBM\Rational\RPE_qualifier_date\Studio\configuration\
-Dosgi.instance.area=H:\Application Data\IBM\Rational\RPE_qualifier_date\Studio\workspace\

Feedback