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:
- For Tomcat 8: Updating services
- For Tomcat 7: Updating services
-
To install SkyVault 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 start 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