--tigase-config-repo-class

Default value: tigase.conf.ConfigurationCache

Example: --tigase-config-repo-class = tigase.conf.ConfigXMLRepository

Possible values: 'name of class implementing tigase.conf.ConfigRepositoryIfc'

Description: This property is a parameter which allows loading of different configuration storage engines. The default setting stores configuration in memory only. Other possible are: tigase.conf.ConfigXMLRepository which keeps configuration in the old XML file and tigase.conf.ConfigSQLRepository which stores configuration in SQL database. Please note in all cases the init.properties file can still be read and works the same way - provides an initial settings for Tigase at startup.

Available since: 5.0.0