Journey web configurations

To configure the Journey web server for Journey, make the necessary modifications to the journeyweb-configMap.yaml file.

To access the journeyweb-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 Journey web configuration
Parameter name Parameter description
JOURNEYWEB_JNDI_NAME JNDI name for Journey web.
JOURNEYWEB_POOL_NAME Pool name for Journey web.
PRODUCT_OPTS_PLATFORM Product-specific options for Journey web.
JOURNEYWEB_PRODUCT_NAME The name assigned for Journey web.
JOURNEYWEB_WAR_NAME The name of the WAR file.
JOURNEYWEB_APPLICATION_NAME The name of the main application. For example, Unica.
JOURNEYWEB_DOMAIN_USERNAME The domain username for Journey web.
JOURNEYWEB_DOMAIN_PASSWORD The domain password for Journey web.
Table 2. Database parameters of Journey web configuration
Parameter name Parameter description
JOURNEYWEB_DATABASE_HOST Host system details of the system hosting the Journey web database.
JOURNEYWEB_DATABASE_PORT Port number of the Journey web database.
JOURNEYWEB_DATABASE_USERNAME Username to access the Journey web database.
JOURNEYWEB_DATABASE_PASSWORD Password to access the Journey web database.
JOURNEYWEB_DATABASE_NAME Name of the Journey web database.
JOURNEYWEB_DS_INITIAL_SIZE The initial size of the Journey web datasource connection pool.
JOURNEYWEB_DS_MIN_IDLE The minimum number of idle connections (not connected to a database) in the Journey web datasource connection pool.
JOURNEYWEB_DS_MAX_IDLE The maximum number of idle connections (not connected to a database) in the Journey web datasource connection pool. Any idle connections, which exceeds the configured value, will be removed from the pool.
JOURNEYWEB_DS_MAX_TOTAL The maximum number of connections that the Journey web datasource can hold. If the number of connection requests exceed the configured value, the connection will be refused.
JOURNEYWEB_DS_STATEMENT_CACHE_SIZE Maximum number of statements that can be cached in the Journey web datasource. Statement caching improves performance by caching executable statements that are used repeatedly.
Table 3. Application server parameters of Journey web configuration
Parameter name Parameter description
JOURNEYWEB_URL The URL to access Journey web.
JOURNEYWEB_HOST_NAME The system host name of Journey web.
JOURNEYWEB_MANAGEMENT_PORT The management port number for the Journey web system.
JOURNEYWEB_MANAGEMENT_HTTPS_PORT The management HTTPS port number for the Journey web system.
JOURNEYWEB_AJP_PORT The AJP port number for the Journey web system.
JOURNEYWEB_HTTP_PORT The HTTP port number for the Journey web system.
JOURNEYWEB_HTTPS_PORT The HTTPS port number for the Journey web system.
JOURNEYWEB_RECOVERY_ENV_PORT The recovery environment port number of the Journey web system.
JOURNEYWEB_STATUS_MANAGER_PORT The status manager port number of the Journey web system.
JOURNEYWEB_MIN_HEAP The maximum heap size allocated for Journey web.
JOURNEYWEB_MAX_HEAP The maximum heap size allocated for Journey web.
Table 4. Other parameters of Journey web configuration
Parameter name Parameter description
JOURNEYWEB_IP_FINDER_LIST
JOURNEYWEB_MULTICAST_GROUP
JOURNEYWEB_MULTICAST_PORT
JOURNEYWEB_MULTICASE_ENABLED
JOURNEYWEB_DEFAULT_DATA_REGION_MAX_SIZE
JOURNEYWEB_GOAL_MAX_SIZE_ALLOWED
Table 5. Configuration of Journey report parameters
Parameter name Parameter description
JOURNEYREPORT_DATABASE_NAME Name of the Journey report database.
JOURNEY_REPORT_DATABASE_USERNAME Username to access the Journey report database.
JOURNEY_REPORT_DATABASE_PASSWORD Password to access the Journey report database.
JOURNEYREPORT_DS_INITIAL_SIZE The initial size of the Journey report datasource connection pool.
JOURNEYREPORT_DS_MIN_IDLE The minimum number of idle connections (not connected to a database) in the Journey report datasource connection pool.
JOURNEYREPORT_DS_MAX_IDLE The maximum number of idle connections (not connected to a database) in the Journey report datasource connection pool. Any idle connections, which exceeds the configured value, will be removed from the pool.
JOURNEYREPORT_DS_MAX_TOTAL The maximum number of connections that the Journey report datasource can hold. If the number of connection requests exceed the configured value, the connection will be refused.
JOURNEYREPORT_DS_STATEMENT_CACHE_SIZE Maximum number of statements that can be cached in the Journey report datasource. Statement caching improves performance by caching executable statements that are used repeatedly.
JOURNEYREPORT_JNDI_NAME JNDI name for Journey report.
JOURNEYREPORT_POOL_NAME Pool name for Journey report.
JOURNEYREPORT_DB_NAME The database name of the server hosting the Journey Reports. For example, journeyuser.