Collaborate configurations

To configure the Collaborate for Cloud Native Unica, make the necessary modifications to the collaborate-configMap.yaml file.

To access the collaborate-configMap.yaml file, navigate to /unica/templates/ in the Unica charts folder. Open the file and make modifications to the following parameters:

Table 1. Common parameters of Collaborate configuration
Parameter name Parameter description
COLLABORATE_HOST The name of the Collaborate host system.
COLLABORATE_PORT The port number of the Collaborate host system.
COLLABORATE_JNDI_NAME JNDI name for Collaborate.
COLLABORATE_POOL_NAME Pool name for Collaborate.
PRODUCT_OPTS_COLLABORATE Product-specific options for Collaborate.
COLLABORATE_PRODUCT_NAME The name assigned for Collaborate.
COLLABORATE_WAR_NAME The name of the WAR file.
COLLABORATE_APPLICATION_NAME The name of the main application. For example, Unica.
COLLABORATE_DOMAIN_USERNAME The domain username for Collaborate.
COLLABORATE_DOMAIN_PASSWORD The domain password for Collaborate.
Table 2. Database parameters of Collaborate configuration
Parameter name Parameter description
COLLABORATE_DATABASE_HOST Host system details of the system hosting the Collaborate database.
COLLABORATE_DATABASE_PORT Port number of the Collaborate database.
COLLABORATE_DATABASE_USERNAME Username to access the Collaborate database.
COLLABORATE_DATABASE_PASSWORD Password to access the Collaborate database.
COLLABORATE_DATABASE_NAME Name of the Collaborate database.
COLLABORATE_DS_INITIAL_SIZE The initial size of the Collaborate datasource connection pool.
COLLABORATE_DS_MIN_IDLE The minimum number of idle connections (not connected to a database) in the Collaborate datasource connection pool.
COLLABORATE_DS_MAX_IDLE The maximum number of idle connections (not connected to a database) in the Collaborate datasource connection pool. Any idle connections, which exceeds the configured value, will be removed from the pool.
COLLABORATE_DS_MAX_TOTAL The maximum number of connections that the Collaborate datasource can hold. If the number of connection requests exceed the configured value, the connection will be refused.
COLLABORATE_DS_STATEMENT_CACHE_SIZE Maximum number of statements that can be cached in the Collaborate datasource. Statement caching improves performance by caching executable statements that are used repeatedly.
Table 3. Application server parameters of Collaborate configuration
Parameter name Parameter description
COLLABORATE_URL The URL to access Collaborate.
COLLABORATE_HOST_NAME The system host name of Collaborate.
COLLABORATE_MANAGEMENT_PORT The management port number for the Collaborate system.
COLLABORATE_MANAGEMENT_HTTPS_PORT The management HTTPS port number for the Collaborate system.
COLLABORATE_AJP_PORT The AJP port number for the Collaborate system.
COLLABORATE_HTTP_PORT The HTTP port number for the Collaborate system.
COLLABORATE_HTTPS_PORT The HTTPS port number for the Collaborate system.
COLLABORATE_RECOVERY_ENV_PORT The recovery environment port number of the Collaborate system.
COLLABORATE_STATUS_MANAGER_PORT The status manager port number of the Collaborate system.
COLLABORATE_MIN_HEAP The maximum heap size allocated for Collaborate.
COLLABORATE_MAX_HEAP The maximum heap size allocated for Collaborate.