Skip to main content
Skip table of contents

Settings: redisson

Please note that this function is still in an experimental phase and may be subject to change.

In order to run the application on a Tomcat server with Redis as session storage, corresponding configuration steps are required. This configuration must be carried out both in the application itself and on the Tomcat server.

Provision of the configuration for the application:

It is necessary for the application itself to be provided with a configuration file in JSON or YAML format. This file contains the specific settings for the application, including information on the connection to the Redis instance. The documentation on the content of the configuration file can be found here: https://github.com/redisson/redisson/wiki/2.-Configuration#272-sentinel-yaml-config-format.

Configuration of the Tomcat:

The configuration of the Tomcat is best described here: https://redisson.org/articles/redis-based-tomcat-session-management.html

redisson.yamlConfigFile / redisson.jsonConfigFile

Description

This setting refers to a configuration file for the Redisson API, which can be specified via a relative or an absolute path. The configuration file defines the settings and parameters for the Redisson library. A detailed documentation of the file format and the available configuration options can be found at the following link: https://github.com/redisson/redisson/wiki/2.-Configuration/.

This setting is an experimental feature that may not be supported in all environments or is still under development.

Default value

-

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.