Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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?

0 votes


Accepted answer

Permanent link
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

2 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 12,014

Question asked: Nov 05 '12, 3:59 a.m.

Question was seen: 3,277 times

Last updated: Nov 05 '12, 7:06 a.m.

Confirmation Cancel Confirm