The Rational DOORS database, and each project, folder, module, baseline, and object in the database has a unique identifier, which is expressed as a URL. By default, the URL begins with doors://, but you can change it to either http or https. To configure the redirector URL format, run the dbadmin command with the following parameters:
Parameter | Description |
---|---|
-data port@databasehostname | Identifies the Rational DOORS database server, where port is the number of the port that the database server is using and databasehostname is the name of the machine where the database server is installed. |
-dwaProtocol https or http | The default is http. Specifies the protocol that the server is using to communicate with Rational DOORS Web Access. If the communication is secure, the protocol is https. If the communication is not secure, the protocol is http. |
–dwaPort 8080 or 8443 | The default is 8080. Specifies the port that the server is using to communicate with Rational DOORS Web Access. If the communication is secure, the default port is 8443. If the communication is not secure, the default port is 8080. |
-dwaHost hostname | Specifies the name of the computer that the Rational DOORS Web Access server is running on. |
dbadmin -d "port@databasehostname" -dwaProtocol "(https or http)" -dwaHost "hostname" -dwaPort "(8080 or 8443)"
Here is an example:dbadmin.exe -d "36677@dbserver.example.com" -dwaProtocol "http" -dwaHost "dbserver.example.com" -dwaPort "8080"
The redirector URLs can then be inserted into a web page, stored as favorites or bookmarks in your browser, included in emails, or pasted into other applications.
The redirector service is an optional service and is installed with the Rational DOORS Web Access server. It shares a web server and port with Rational DOORS Web Access, but is configured separately from Rational DOORS Web Access. If the redirector service is not configured, DOORS URLs are opened in a standard client.