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:
| 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. |
| COLLABORATE_USER_JNDI_NAME | JNDI name for the Collaborate user. |
| COLLABORATE_USER_POOL_NAME | Pool name for the Collaborate user. |
| 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. |
| COLLABORATE_HOME | The home directory for the Collaborate system. |
| 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_USER_DATABASE_HOST | Host system details of the system hosting the Collaborate database user. |
| COLLABORATE_USER_DATABASE_PORT | Port number of the Collaborate database user. |
| COLLABORATE_USER_DATABASE_USERNAME | Username to access the Collaborate database user. |
| COLLABORATE_USER_DATABASE_PASSWORD | Password to access the Collaborate database user. |
| COLLABORATE_USER_DATABASE_NAME | Name of the Collaborate database user. |
| 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. |
| COLLABORATE_USER_DS_INITIAL_SIZE | The initial size of the Collaborate user datasource connection pool. |
| COLLABORATE_USER_DS_MIN_IDLE | The minimum number of idle connections (not connected to a database) in the Collaborate user datasource connection pool. |
| COLLABORATE_USER_DS_MAX_IDLE | The maximum number of idle connections (not connected to a database) in the Collaborate user datasource connection pool. Any idle connections, which exceeds the configured value, will be removed from the pool. |
| COLLABORATE_USER_DS_MAX_TOTAL | The maximum number of connections that the Collaborate user datasource can hold. If the number of connection requests exceed the configured value, the connection will be refused. |
| COLLABORATE_USER_DS_STATEMENT_CACHE_SIZE | Maximum number of statements that can be cached in the Collaborate user datasource. Statement caching improves performance by caching executable statements that are used repeatedly. |
| 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. |
Installation parameters for Collaborate
| Parameter name | Parameter description |
|---|---|
| COLLABORATE_INSTALL_COMMAND1 COLLABORATE_INSTALL_COMMAND2 COLLABORATE_INSTALL_COMMAND3 COLLABORATE_INSTALL_COMMAND4 COLLABORATE_INSTALL_COMMAND5 COLLABORATE_INSTALL_COMMAND6 COLLABORATE_INSTALL_COMMAND7 COLLABORATE_INSTALL_COMMAND8 COLLABORATE_INSTALL_COMMAND9 COLLABORATE_INSTALL_COMMAND10 COLLABORATE_INSTALL_SCRIPT1 COLLABORATE_INSTALL_SCRIPT2 |
Parameters used for Installation commands and scripts that can be used for customization. |