For Windows
Before you install Celoxis as a service, ensure that the application has been installed successfully.
- Go to the following path : <Celoxis install directory>/psa_x.y.z/bin
- To install the service, double click on celoxis-service-install
- Similarly, to remove the service, double click on celoxis-service-remove
You need to run the above files as an administrator user.
You can also achieve this using the following steps :
To install Celoxis as a Windows Service:
- Open a command prompt (if you are using Vista or Windows 2008 server, you will need to run the command prompt using "run as administrator")
- cd to <CELOXIS-INSTALL-DIR>/psa_x.y.z/bin directory.
- Install the service by typing the command: service.bat install
- The above step will register a service by the name of Celoxis.
- Go to Control Panel > Administrative Tools > Services > Celoxis and right click Properties to verify the settings are correct.
To remove Celoxis as a Windows Service:
- Go to Control Panel > Administrative Tools > Services > Celoxis and stop the service. (if you are using Vista or Windows Server 2008 server, you will need to run the Services application using "run as administrator")
- Open a command prompt (if you are using Vista or Windows 2008 server, you will need to run the command prompt using "run as administrator")
- cd to <CELOXIS-INSTALL-DIR>/psa_x.y.z/bin directory.
- Remove the service by typing the command: service.bat remove.