Skip to end of metadata
Go to start of metadata
Table of Contents

Windows

When using Windows, it is possible to install Artifactory as a Windows service or run it manually.

Installing Artifactory as a Windows Service

Overview

Artifactory makes use of the Apache Commons Procrun components providing the user with a method to install the application as a Windows Service.

Requirements

The "JAVA_HOME" system variable should be set before running the installation, otherwise the script tries to find an appropriate JAVA installation.  

Optionally, the file found in %ARTIFACTORY_HOME%\bin\InstallService.bat can be edited and the default properties can be changed such as JAVA_OPTS and log directory.

Installing

To install Artifactory as a Windows service, browse to %ARTIFACTORY_HOME%\bin, and execute the file InstallService.bat.

Uninstalling

To uninstall the Artifactory service, browse to %ARTIFACTORY_HOME%\bin, and execute the file UninstallService.bat.

Depending on the security settings under Windows, you might need to install using 'Run as administrator'
In case running a 32 bit version of Windows, further information can be found here 

Note: In order to change the default storage follow this link.

Running Artifactory Manually on Windows

Execute the "artifactory.bat" under the bin folder. This action searches for the Java executable and runs Artifactory's main class.

  • No labels