Configuration summary
Repositories.xml
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<repositoryConfig>
<!-- h2 repository example (self-hosted by the AVIX server) -->
<repository name="avix" type="se.solme.avix.server.cdo.h2" databaseName="avix"/>
<repository name="config" type="se.solme.avix.server.cdo.h2" databaseName="admin"/>
</repositoryConfig>
File purpose: instructs the server which DB repositories to create and make available to AVIX users.
File location: By default, this file is expected to reside in the root of the AVIX server installation.
load_storages.xml
<?xml version="1.0" encoding="UTF-8"?>
<load_storage_config>
<load_storage storage="dba:http://localhost:45500/config/AC" workspace="AC"/>
</load_storage_config>
File purpose: instructs the server which DB storages to load (into the server application memory)
File location: By default, this file is expected to reside in the root of the AVIX server installation.
auth.txt
SOLME\erik.lundstrom,mysecretpwse.solme.avix.prefs
[se.solme.avix.security]
# The logon server specifies the so-called LDAP host
LOGON_SERVER = archer
# Used to build a so-called search base DN. Using "SOLME.SE", the resulting DN that will be: "dc=SOLME,dc=SE"
USER_DNSDOMAIN = SOLME.SE
[se.solme.avix.scheduling]
# Enable Quartz scheduler (default is false)
avix.quartzscheduler.enable = true
[se.solme.avix.security.storage]
# The default is "0 0 * * * ?", which means fire every hour.
# Below example read: Fire every 2 minutes.
avix.scheduler.storagescan.cronexpr = 0 0/2 * * * ?
File purpose: normal AVIX preference file, consumed by the AVIX server in this case
By default, this file is expected to reside in configuration folder in the root of the AVIX server installation.
auth.txt
SOLME\erik.lundstrom,mysecretpw
File purpose: contains credentials needed for establishing connection with the Active Directory.
By default, this file is expected to reside in the root of the AVIX server installation.