Modifying the profile.ini files

When running repotools commands or the start and stop server scripts from a directory other than the default, you should modify the URL property values to contain absolute directory paths.

About this task

The profile.ini and license_profile.ini files are located in the directory <install_directory>/server/provision_profiles.

Procedure

  1. Open the file in a text editor.
  2. Change the relative value to an absolute value.
    For example, change
    url=file:./update-site
    To
    url=file:/opt/IBM/JazzTeamServer/server/update-site
  3. Save the file.
    Note: Leaving backup files in the <install_directory>/server/provision_profiles can cause errors. You should not store backup files in this directory.

Feedback