|
Folder Name
|
Description
|
| bin |
All scripts for running and installing artifactory |
| lib |
Jetty jars and any other jars you wish to add to jetty classpath |
| webapps |
Standard jetty folder for war files that will deployed by jetty.
By default the jetty.xml provided deploys only artifactory.war under this folder.
There is no auto-deploy.
|
| artifactory.jar |
A simple java jar containing only the Main startup class. |
| etc |
The folder with all artifactory configuration files for jetty,
log4j and of course artifactory itself.
Under Linux it is usually a link to /etc/artifactory and
contains a file "default" for the service variables.
|
| logs |
The folder where all logs files will go. By default the jetty
console will go to logs/consoleout.log. This folder should exists and be writable
when starting artifactory since log4j cannot create folder dynamically.
Under Linux it is usually a link to /var/log/artifactory.
|
| data |
The folder where artifactory own DB and the repositories databases will be created.
Theses databases are Derby DB files. Artifactory will create these DB files based
on its configuration and so the folder may not exists when artifactory starts.
Under Linux it is usual to link this folder to /var/data/artifactory or /srv/artifactory/repos.
|
| backup |
The folder where artifactory scheduled backup will be done.
The backups are flat export of all files in all local repositories.
Under Linux it is usual to link this folder to /var/backup/artifactory.
|