Skip to content

Directory Structure

Strongbox Distribution

When you download and extract strongbox-distribution.tar.gz you will find the following directory structure:

Directory structure

  • strongbox-distribution/
    • etc/conf - all configuration files will be in this path.
      • strongbox.xml (TODO: fix link)
      • security-authentication.xml (TODO: fix link; update after SB-1285)
      • security-authorization.xml (TODO: fix link; update after SB-1285)
      • strongbox-security-users.xml (TODO: fix link; SB-1285)
    • ssl/
      • keystores.jks
      • localhost-client.cer
      • truststore.jks
    • logback.xml - default logback with info level settings.
    • logback-debug.xml - debug level logback settings, use with caution as logs will be big.

Strongbox Vault

The vault is the work area of the server. This includes things like the cache, location of the OrientDB files, storages and temporary directory. You can find this directory right next to where strongbox-distribution is located (in other words - strongbox-distribution/../strongbox-vault). Check the Application Properties section to see which property to override to change the default location.

Directory structure

  • strongbox-vault/
    • cache/
    • db/
    • storages/
      • ${storageId}/
        • ${repositoryId}/
        • .trash/
    • tmp/

Last update: 2020-12-07