Starting the Server
How to start an Active Server
In order to start a active server you need to change the configuration of the <ACTIVE-CB-HOME>/bin/cb file(<ACTIVE-CB-HOME>/bin/cbservice.bat on Windows), Please extend the parameters of start script with the following:
-Dcodebeamer.server.mode=ACTIVE

-Dcodebeamer.server.id=master

-Dcodebeamer.home=<Path of the shared directory>
How to start a Passive Server
In order to start a passive server you need to change the configuration of the <PASSIVE-CB-HOME>/bin/cb file (<PASSIVE-CB-HOME>/bin/cbservice.bat on Windows), Please extend the parameters of start script with the following:
-Dcodebeamer.server.mode=PASSIVE

-Dcodebeamer.server.id=passive

-Dcodebeamer.home=<Path of the shared directory>
Was this helpful?