Skip to end of metadata
Go to start of metadata

System Requirements

Before you install Artifactory please refer toSystem Requirementsfor information on supported platforms, supported browsers and other requirements.

Installation

Page Contents

Changing the Default Database

A default installation of Artifactory works with a Derby Database, however for better performance and to reuse existing infrastructures you can configure Artifactory to work with alternative storage solutions.

For details please refer toChanging the Default Storage.

Directory Structure

After installing Artifactory, the$ARTIFACTORY_HOMEdirectory will contain the following directory structure (the$ARTIFACTORY_HOMEdirectory location depends on your installation type):

File/Folder

Description

logs

Artifactory log files (general, access, request etc.)
etc Configuration files
etc/plugins Custom Groovy user plugins.
etc/security Global security related files (configuring global encryption key, PGP signing key etc.).
etc/ui Manually uploaded custom UI logos.

data/derby

The Derby database (only present when using Derby).

data/filestore

The checksum based storage of binaries when using the default filesystem storage.

data/tmp/work

Directory to save temporary files which Artifactory generates.

data/tmp/artifactory-uploads

Directory to save files uploaded using the Web UI.
bin Artifactory startup/shutdown scripts.

tomcat

The default tomcat directory bundled with Artifactory.
tomcat/work tmp目录tomcat和JVM使用(tomcatautomaticallyassigns it to a java system environment variable asjava.io.tmpdir)
tomcat/logs Additional Tomcat log files
misc Configuration files used as examples for different databases and servlet containers.

backup

The default backup directory Artifactory uses for system wide and repository backup.
webapps Contains the Artifactory WAR file used by the bundled tomcat distribution.

HTTP Server

You can run Artifactory with one of the supported HTTP servers set up as a front end. For details please refer toRunning Behind an HTTP Server.

  • No labels