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:
- For Tomcat 8: Updating services
- For Tomcat 7: Updating services
-
To install SkyVault Content Services as a
service, run the following command from a command prompt:
service.bat install SkyVault
- Open the Services panel.
-
Locate the service named SkyVault, and then select Start the service.
SkyVault Content Services starts running as a Windows service.
-
To uninstall the service, run the following commands from a command prompt:
cd c:\alfresco\tomcat\bin service.bat uninstall SkyVault