Configuring network settings

The properties on Network tab define the server's external URLs, and configure the Rational Common Licensing Server.

Before you begin

These values for the External URL and Agent External URL properties are initially defined when you install the product. The value for the Rational Common Licensing Server property can be set during installation or at any other time.

Procedure

  1. From the IBM® UrbanCode™ Build dashboard, click System, then click Server Settings.
  2. Using the Network tab, click Edit.
  3. Type the URL used by the server in the External URL field. This is the URL users use to connect to IBM UrbanCode Build. Include http(s):// and any ports. For example, http(s)://myserver:8080.
  4. Type the URL used by agents to access the web application in the Agent External URL field. Agents use this URL to connect to the web service to upload logs and reports. Include http(s):// and any ports. For example, http(s)://myserver:8080.
  5. Type the location of the license server that manages your licenses in the Rational Common Licensing Server field. You can specify the port and host name or IP address for the license server, such as 27000@RCLServer.example.com. To avoid problems when a license server is not available, you can specify multiple license servers. In this case, separate each address with colons on Linux and UNIX or semicolons on Windows, as in the following example: 27000@RCLServer.example.com;27000@backupRCLServer.example.com.
  6. Click Done.

What to do next

The External URL and Agent External URL properties are stored in the installed.properties file in the /server_install/conf/server/ directory.

Feedback