|
After installing Artifactory, the $ARTIFACTORY_HOME
directory will contain the following directory structure (the $ARTIFACTORY_HOME
directory location depends on your installation type):
File/Folder | Description |
---|---|
access | The home directory of the bundled JFrog Access. More details in the Access Tokens page. |
access/etc/keys | JFrog Access keys. More details in the Access Tokens page. |
| 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. |
| The Derby database (only present when using Derby). |
| The checksum based storage of binaries when using the default filesystem storage. |
| Directory to save temporary files which Artifactory generates. |
| Directory to save files uploaded using the Web UI. |
bin | Artifactory startup/shutdown scripts. |
| The default tomcat directory bundled with Artifactory. |
tomcat/work | The tmp directory tomcat and the JVM uses (Tomcat automatically assigns it to a java system environment variable as java.io.tmpdir) |
tomcat/logs | Additional Tomcat log files |
misc | Configuration files used as examples for different databases and servlet containers. |
| The default backup directory Artifactory uses for system wide and repository backup. |
webapps | Contains the Artifactory WAR file and the Access WAR file used by the bundled Tomcat distribution. We strongly recommend keeping both these files in the same bundled Tomcat. |
Once installation is complete, Artifactory has a default user with admin privileges predefined in the system:
User: admin
Password: password
We strongly recommend changing the admin password as soon as installation is complete. |
<iframe width="560" height="315" src="https://www.youtube.com/embed/E4EngY2hCqM" frameborder="0" allowfullscreen></iframe> |
|