Repository tools command to set up application configuration properties offline
You can use the setupConfiguration command to configure application properties when you're offline.
Purpose
The setupConfiguration command is intended for environments where you set up the IBM® Engineering Lifecycle Management through automated scripts, and have many Engineering Lifecycle Management deployments to set up.Important: You
must shut down the server before you run the command.
Parameters
Attribute | Description | Required | Default |
---|---|---|---|
parametersFile | The setup parameters for the configuration. The parameters file contains values for the
properties in the setup wizard.
Tip: The value for the
parametersFile
option is the same file that you use with the repotools-jts -setup
command. |
Yes | None |
repositoryURL | The public URI for the application. The value for the |
Yes | https://hostname.example.com:9443/jts |
teamserver.properties | The file system path to the teamserver.properties file. | No | conf/application/teamserver.properties
where application is jts, ccm, rm, qm, gc, dcc, or relm. |
logFile | The path to the log file. | No | repotools-application_setupConfiguration.log
where application is jts, ccm, rm, qm, gc, dcc, or relm. |
Example
The following example is for Jazz® Team Server. To use
this command for other applications, run these options from the server directory:
- IBM Engineering Workflow Management (Change and Configuration Management application): repotools-ccm
- IBM Engineering Requirements Management DOORS® Next (Requirements Management application): repotools-rm
- IBM Engineering Test Management (Quality Management application): repotools-qm
- Global Configuration Management: repotools-gc
- Data Collection Component: repotools-dcc
- IBM Engineering Lifecycle Optimization Engineering Insights: repotools-relm
Open a command prompt and enter this command:
cd C:\Program Files\IBM\JazzTeamServer\server\ repotools-jts.bat -setupConfiguration parametersFile=C:\jts.properties repositoryURL=https://hostname.example.com:9443/jts teamserver.properties=conf\jts\teamserver.properties
Open a command line and enter
this command:
cd C:\Program Files\IBM\JazzTeamServer\server\ ./repotools-jts.sh -setupConfiguration parametersFile=/opt/jts.properties repositoryURL=https://hostname.example.com:9443/jts teamserver.properties=conf/jts/teamserver.properties