You are here

Configuring SkyVault as a Windows service

To configure SkyVault 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 and JDK 7 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 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 start 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