How to manage more than one server url with DoorsNG?
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
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 -- Hutter Donat selected this answer as the correct answer
|
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.