Skip to main content

Other Settings

Key templates.emf
Section se.solme.avix.configuration
Description A semicolon separated list with the templates that should be loaded on startup of the application. Both “:” and “\” needs to be escaped with a “\”. Example: C\:\\Program\\Solme AB\\AVIX4\\configuration\\ AVIX4DefaultTemplate_v409.avx4t;
Key DOCUMENT_DEFAULT_PATHS
Section se.solme.avix.io.ui
Description Controls the document default paths used in AVIX to generate relative paths to documents and movies. A list of paths separated with | characters. Example: Z:/Shared/AVIX/ProjectsRoot|S:/AVIX/ProjectsRoot
Key avix.allow.processes.disconnectFromLibrary
Section se.solme.avix.production
Possible values true
false
Default value true
Description

Controls if it should be possible to use the functionality that lets a user disconnect tasks from the process library


Added in AVIX 4.4.0

Key avix.allow.processes.disconnectAndRemoveFromLibrary
Section se.solme.avix.production
Possible values true
false
Default value true
Description

Controls if it should be possible to use the functionality that lets a user disconnect and remove tasks from the process library


Added in AVIX 4.4.0

Key avix.singleinstance.port
Section se.solme.avix.application.rcp
Possible values an integer
Default value 45517
Description

Controls the port used by the application for the single instance mechanism.
A port number inside the valid port range [1..65535] enables the mechanism on that port. (The port may still be in use by another process)
A value outside of the valid port range disables the mechanism.
Note that a program argument can also be used to disable this mechanism.


Added in AVIX 4.6.3

Key jwt.validity.timeout
Section se.solme.avix.security
Possible values a positive long
Default value 86400  (24 hours)
Description

Controls the validity time for JWT tokens. Applied to tokens when created or renewed.

Value is a long and specifies the number of seconds the token should be valid.
Key enable.token.cache
Section se.solme.avix.security
Possible values

true

false

Default value true
Description

Controls if the token cache should be enabled or not. The token cache is a data structure that is stored in memory.

If the cache is not enabled, no tokens are stored so users may need to login multiple times.

 

NOTE: This setting is related to the persistent token cache. If the token cache is not enabled, tokens will not be stored persistently regardless of the value of the persistent token cache setting.

Key persistent.token.cache
Section se.solme.avix.security
Possible values

true

false

Default value true
Description

Controls if the persistent token cache should be enabled or not. 
If persistent token cache is enabled, tokens are stored to file and tokens may be reused until they expire.

 

NOTE: This setting is related to the token cache. If the token cache is not enabled, tokens will not be stored persistently regardless of the value of this setting.