Bootstrap Config

 

On startup, MailArchiva loads the various directory paths from a file called bootstrap.conf. Bootstrap.conf is located in the Configuration files location:

 

/etc/opt/mailarchiva/ROOT/bootstrap.conf (Linux)
C:\ProgramData\MailArchiva\ROOT\conf\bootstrap.conf (Windows)

 

By default the bootstrap.conf is mostly empty as the following defaults are internally applied within MailArchiva.

 

appdata.path = [this path is OS dependent]
backup.path=%appdata%/backup
database.file=%appdata%/database/archiva.db
log.level=info
configuration.path = /etc/opt/mailarchiva/ROOT
queue.path = %appdata%/queue
temp.path = %appdata%/temp
auditlog.path = %log%/audit
debuglog.path = %log%/debug

 

Another interpretation of the above might be:

 

backup.path=/var/opt/mailarchiva/demo
database.file=%appdata%/database/archiva.db
log.level=info
configuration.path = /etc/opt/mailarchiva/ROOT
appdata.path = /var/opt/mailarchiva/ROOT
queue.path = /var/opt/mailarchiva/ROOT/queue
temp.path = /var/opt/mailarchiva/ROOT/temp
auditlog.path = /var/opt/mailarchiva/ROOT/logs/audit
debuglog.path = /var/opt/mailarchiva/ROOT/logs/debug
© 2005 - 2024 ProProfs

Found this information useful? Visit mailarchiva.com to learn more about MailArchiva.

-