Installing on Windows

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 Java Service Wrapper components in order to give the user a way to install the application as a Windows Service.

Requirements

The "java" system path is used in the JSW configuration file ( %ARTIFACTORY_HOME%\bin\wrapper.conf). This value can be altered to an environment variable, full-path, etc.

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.

Running Artifactory Manually on Windows

Just execute "artifactory.bat" under the bin folder. This will look for the Java executable and run Artifactory's main class.

Labels: