Platform configurations

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

To access the platform-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 Platform
Parameter name Parameter description
PLATFORM_JNDI_NAME JNDI name for Platform.
PLATFORM_POOL_NAME Pool name for Platform.
PRODUCT_OPTS_BASE Base options for all products of Unica.
PRODUCT_OPTS_PLATFORM Product specific options for Platform.
UNICA_PLATFORM_HOME The home directory for the Platform product.
REPLACE_VALID_CONNECTION_CHECKER Common replacements in the file standalone/configuration/standalone.xml.
REPLACE_DATASOURCE_CLASS Common replacements in the file standalone/configuration/standalone.xml.
TERM The database host name.
REPLACE_ADMIN_USR_NAME
REPLACE_ADMIN_USR_PASSWORD
Table 2. Database-related parameters of Platform
Parameter name Parameter description
PLATFORM_DATABASE_HOST Host system details of the system hosting the Platform database.
PLATFORM_DATABASE_PORT Port number of the Platform database.
PLATFORM_DATABASE_USERNAME Username to access the Platform database.
PLATFORM_DATABASE_PASSWORD Password to access the Platform database.
PLATFORM_DATABASE_NAME Name of the Platform database.
PLATFORM_DS_INITIAL_SIZE The initial size of the Platform datasource connection pool.
PLATFORM_DS_MIN_IDLE The minimum number of idle connections (not connected to a database) in the Platform datasource connection pool.
PLATFORM_DS_MAX_IDLE The maximum number of idle connections (not connected to a database) in the Platform datasource connection pool. Any idle connections, which exceeds the configured value, will be removed from the pool.
PLATFORM_DS_MAX_TOTAL The maximum number of connections that the Platform datasource can hold. If the number of connection requests exceed the configured value, the connection will be refused.
PLATFORM_DS_STATEMENT_CACHE_SIZE Maximum number of statements that can be cached in the Platform datasource. Statement caching improves performance by caching executable statements that are used repeatedly.
Table 3. Application server-related parameters of Platform
Parameter name Parameter description
ADMIN_USR_NAME The administrator user name.
ADMIN_USR_PASSWORD The password of the administrator user.
JBOSS_ZIP_LOCATION The location of the JBoss ZIP file.
JBOSS_ZIP_NAME The name of the JBoss ZIP file.
DEST_JBOSS_UNZIP_LOCATION The location to unzip the JBoss ZIP file.
DEST_UNZIP_FOLDER The folder into which the JBoss ZIP file should be unzipped.
REPLACE_JDBC_DRIVER_JAR Name of the JDBC driver jar file. This name is also used in replacements in modules/jdbcmodule/main/module.xml (name of the JDBC jar).
FORCE_INIT_JBOSS Set TRUE to force initialize JBoss or FALSE to avoid force initialization.
JVM_MIN_HEAP The minimum heap size for JVM.
JVM_MAX_HEAP The maximum heap size for JVM.
JVM_MIN_METASPACE The minimum meta space for JVM.
JVM_MAX_METASPACE The maximum meta space for JVM.
MANAGER_URL The URL to access Manager.
PLAT_HOST_NAME The system host name of Platform.
PLAT_MANAGEMENT_PORT The management port number for the Platform system.
PLAT_MANAGEMENT_HTTPS_PORT The management HTTPS port number for the Platform system.
PLAT_AJP_PORT The AJP port number for the Platform system.
PLAT_HTTP_PORT The HTTP port number for the Platform system.
PLAT_HTTPS_PORT The HTTPS port number for the Platform system.
PLAT_RECOVERY_ENV_PORT The recovery environment port number of the Platform system.
PLAT_STATUS_MANAGER_PORT The status manager port number of the Platform system.
WLS_DOMAIN_NAME Domain name of the WLS server.
WLS_SERVER_NAME Server name of the WLS server.
WLS_Port The WLS port for access.
WLS_DOMAIN_LOCATION The location of the WLS domain files.
WLS_HOME_DIR The location of the WLS home directory.
WLS_MIN_HEAP Minimum heap size for WLS.
WLS_MAX_HEAP Maximum heap size for WLS.
WLS_JDBC_DRIVER The location of the WLS JDBC driver.
WLS_CREATION_DELAY The delay duration, in seconds, for WLS creation.
WLS_START_DELAY The delay duration, in seconds, for starting WLS.
WLS_JDBC_DRIVER_CLASS The JDBC driver class name for WLS.
WLS_DB_TEST_STATEMENT The string for display when WLS database Test succeeds.