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>
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>
Specifyingthis connection properties
If you followed the guide so far and did everything correctly, the serverfile is now running the query you specified on the Group entity. If still no results are found, we encourage youexpected to have a lookreside in the serverroot log file. Ifof the scheduledAVIX taskserver is running every two minutes like we set up, you will find logging for when the scheduled timer task is triggered.installation.
There
are
auth.txt
SOLME\erik.lundstrom,mysecretpw
se.solme.avix.prefs". Example:
[se.solme.avix.security]
LOGON_SERVER# = archer
USER_DNSDOMAIN = SOLME.SE
The logon server specifies the so-called LDAP host.host
TheLOGON_SERVER USER_DNSDOMAIN= willarcher
be# usedUsed to build a so-called search base DN. WithUsing "SOLME.SE", the example of SOLME.SE, theresulting DN that will bebe: build"dc=SOLME,dc=SE"
upUSER_DNSDOMAIN and= finallySOLME.SE
used[se.solme.avix.scheduling]
by# 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 * * * ?
By default, this file is expected to reside in configuration folder in the root of the AVIX is:server "dc=SOLME,dc=SE"installation.