To modify the port used by ServicePulse, the command line specified in the registry must be updated.
To change it:
- Open Regedit.exe
- Goto
HKEY_LOCAL_MACHINE\
SYSTEM\ CurrentControlSet\ Services\ Particular. ServicePulse - Edit the value of
ImagePath
. The value contains the full path to the ServicePulse.exe and a command line of the URL to use:
The default value for ImagePath is:
"C:\Program Files (x86)\Particular Software\ServicePulse\ServicePulse.Host.exe" --url="http://localhost:9090"
Change the value after --url=
and restart the service.
Changing the ServiceControl URL
ServicePulse is configured to connect to the ServiceControl REST API. To specify the URL to connect do the following
Ensure version 1.3 or above is being used.
- Go to the installation directory for ServicePulse. Typically this is
C:\
Program Files (x86)\ Particular Software\ ServicePulse\ - Go to the
app\
directory and editjs app.
constants. js - Delete any
*.
files in thejs app
directory - Change the value of the url after
service_control_url