KB: Running multiple Services on the same server
Introduction
Some customers require the use of multiple CommitCRM Servers. In some cases they also needed CommitCRM services for both servers, while running on the same computer. So the CommitCRM Team presents here the option to change the name of a CommitCRM service to a unique service name.
Resolution
Under the “[PREF]” section in the new CommitWebInterface.ini file, add the following key (Add to the config):
[PREF] UniqueServiceName=YouPreferedUniqueServiceName
- Make sure to use a different port (5000) for the new Web Interface.
- Then run commitwebinterface.exe –install from the new Web Interface directory.
- This command will start the new web interface service:
Sc.exe start CommitWebInterface<NEWNAME>
- Note: The same process can be used on the CommitCRM Server and CommitCRM RMMServer services, if you’re interested in running 2 copies of that.
Example:
[Pref] ServerPort=4961 TimeOutAmount=60 ServerIP=127.0.0.1 UniqueServiceName=CCRMWebInterface