Configuration Note
Codebeamer utilizes a script in the background to establish connection between the subversion repository and the server. This script is generated on every startup based on the actual configuration. One of the most important inputs of this script is the Codebeamer server URL. This URL is set based on the mail configuration in general.xml. More specifically:
• The localname attribute will be used as the host name.
• The serverPort attribute will be used as the port.
• The serverScheme attribute will be used as the same.
Take this example configuration:
<mail serverPort="8080" serverScheme="https" usePersonal="true" localname="example.com">
This configuration defines the following URL: https://example.com:8080. For this the scmloop script will assume that the Codebeamer server is accessible on this url.
If these attributes are not configured explicitly Codebeamer uses the default URL, which is the is the following: http://localhost:8080.
This url can be configured manually in general.xml or under the > . The last section on the configuration page shows the relevant properties: