For Windows

Before you install Celoxis as a service, ensure that the application has been installed successfully.

  1. Go to the following path : <Celoxis install directory>/psa_x.y.z/bin
  2. To install the service, double click on celoxis-service-install
  3. 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:

  1. 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")
  2. cd to <CELOXIS-INSTALL-DIR>/psa_x.y.z/bin directory.
  3. Install the service by typing the command: service.bat install
  4. The above step will register a service by the name of Celoxis.
  5. 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:

  1. 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")
  2. 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")
  3. cd to <CELOXIS-INSTALL-DIR>/psa_x.y.z/bin directory.
  4. Remove the service by typing the command: service.bat remove.