Configuration summary
Repositories.xml file
<?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>
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>
Specifying connection properties
If you followed the guide so far and did everything correctly, the server is now running the query you specified on the Group entity. If still no results are found, we encourage you to have a look in the server log file. If the scheduled task is running every two minutes like we set up, you will find logging for when the scheduled timer task is triggered.
There are a couple of connection properties that may be needed to specify explicitly to the server from the preference file "configuration/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. The USER_DNSDOMAIN will be used to build a so-called search base DN. With the example of SOLME.SE, the DN that will be build up and finally used by AVIX is: "dc=SOLME,dc=SE"