You are here

Configuring SkyVault Content Services as a Windows service

To configure SkyVault Content Services to run as a Windows service, you need to set up the application server (Tomcat) to run as a Windows service.

Before you start, ensure that SkyVault Content Services and a supported JRE are installed on your Windows system.
Note: For more information on editing, updating, installing a Windows service, see the Apache documentation for the version of Tomcat that you are using:
  1. To install SkyVault Content Services as a service, run the following command from a command prompt:

    service.bat install SkyVault
  2. Open the Services panel.
  3. Locate the service named SkyVault, and then select Start the service.

    SkyVault Content Services starts running as a Windows service.

  4. To uninstall the service, run the following commands from a command prompt:

    cd c:\alfresco\tomcat\bin 
    service.bat uninstall SkyVault