It's all about the answers!

Ask a question

How to manage more than one server url with DoorsNG?


Donat Hutter (2153239) | asked Nov 05 '12, 3:59 a.m.
I would like to use the DoorsNG Rich Client with 2 different servers (a test environment, and the production environment).
How can I do this (beside changing the server url in the config file)? Where are available startup parameters documented?

Accepted answer


permanent link
Sandy Flexen (811) | answered Nov 05 '12, 7:06 a.m.
JAZZ DEVELOPER
You can specify a server to connect to using a command line switch with doors.exe, or manage different servers with different config files, e.g.

Option 1. Modify a shortcut or batch file, thus:

doors.exe --serverurl "https://server1.domain:9443/rm"

Option 2. Create a second config file, 'config2.ini', and modify a shortcut thus:

doors.exe --configfile "C:\config2.ini"

where config2.ini contains the alternative serverurl option

Note the command line switches use a double hyphen --
Donat Hutter selected this answer as the correct answer

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.