KB: Running multiple Services on the same server

From RangerMSP Wiki - PSA software for MSPs and IT services providers
Revision as of 20:12, 15 October 2009 by Reno (talk | contribs)
Jump to navigation Jump to search

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 CrmmitCRM 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 CommitServer Service, if you’re interested in running 2 copies of that.

Example:

[Pref]
ServerPort=4961
TimeOutAmount=60
ServerIP=127.0.0.1
UniqueServiceName=CCRMWebInterface