3.6. Celoxis as a Windows Service

[Important]Important

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

To install Celoxis as a 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. In the command promt, confirm that the JAVA_HOME variable is set to the JDK base directory by typing the command: echo %JAVA_HOME%

  3. cd to <CELOXIS-INSTALL-DIR>/psa_x.y.z/bin directory

  4. Install the service by typing the command: service.bat install

  5. The above step will register a service by the name of Celoxis

  6. Go to Control Panel -> Administrative Tools -> Services -> Celoxis and right click on Properties to verify the settings are correct

To remove Celoxis as a Service : 

  1. Stop the service. Go to Control Panel -> Administrative Tools -> Services -> Celoxis and stop the service.

  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