Net Change Configuration
The TCC Net Change plug-in uses a configuration file to define properties related to
its database. The file name is storage.properties
Properties
-
UseCompression:
Determines the compression or not of stored Net Change data. This property is set to true in the default configuration file, the data is compressed. If the property is removed from the configuration file, the value will default to false, the data will not be compressed.
-
EncryptionMode:
Determines the type of encryption to apply on Net Change data. This property is set to 2 in the default configuration file.
0=No encryption
1=Custom TCC internal encryption
2=AES 128-bit ciphers
-
RepositoryLocation:
Determines Net Change data files repository location. This property is empty in the default configuration file. The default location is [TCCInstallFolder]/system/repository. If the property is absent or empty the default location is used.
-
StorageUnitImplementation:
Advanced property, modify only as instructed by Taleo.
Determines Storage Unit interface implementation. The default value is
com.taleo.integration.storage.FileStorageUnit
and is the only value supported at this time. -
FileStorageUnit.DefaultBlockSize:
Advanced property, modify only as instructed by Taleo.
Determines file storage block size in KB (min. 1, max. 128). This property is set to 1 in the default configuration file. If the value is not specified or invalid, the value will default to 2.
Overriding a plug-in configuration location
There are two ways to specify the location of plug-in configuration files:
Default:
-
By default, the plug-in configuration file location is: [PLUGIN_FOLDER]\[PLUGIN_COLLECTION_NAME]\configuration.
-
Nothing special needs to be setup.
-
E.g.: The file “storage.properties” will be located at “c:\Program Files\Taleo Connect Client\extensions\plugins\tcc-netchange\storage.properties”
Root configuration folder:
-
To change the location of plug-in configuration file for every plug-in at the same time.
-
System Property: “com.taleo.integration.client.extensions.plugins.configuration.dir”.
-
E.g: com.taleo.integration.client.extensions.plugins.configuration.dir=c:\PluginConfig.The file “storage.properties” will be located at: c:\PluginConfig\tcc-netchange\storage.properties.