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:
| Parameter name | |
|---|---|
| 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. |
| 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. |
| 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. |
| Parameter name | Parameter description |
|---|---|
| TOMCAT_INSTALLER_TARGZ | The name of the Apache Tomcat installer TARGZ file. |
| TOMCAT_INSTALLER_UNZIP_DIRNAME | The location to extract the Apache Tomcat installer TARGZ file. |
| TOMCAT_INSTALL_LOCATION | The location to install Apache Tomcat. |
| TOMCAT_INSTALL_CHECK_LOCATION | |
| FORCE_INIT_TOMCAT | Set whether you want to force initialize Apache Tomcat. TRUE to activate for initialization and FALSE to deactivate force initialization. |
| TOMCAT_SHUTDOWN_PORT | The TCP/IP port number of the Apache Tomcat server waiting for a shutdown command. |
| TOMCAT_MAX_EXECUTOR_THREADS | The maximum number of threads (based on the
maxThreads property of Apache Tomcat) used for HTTP
connections. |
| TOMCAT_MIN_EXECUTOR_THREADS | The minimum number of threads (based on the
minSpareThreads property of Apache Tomcat) that is
always present in the thread pool. |
| TOMCAT_REDIRECT_PORT | The redirect port number (redirectPort property) of
the Apache Tomcat server handling SSL connections. |
| 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 |
| Parameter name | Parameter description |
|---|---|
| JOURNEYREPORT_DATABASE_NAME | Username to access the Journey report database. |
| JOURNEY_REPORT_DATABASE_USERNAME | Password to access the Journey report database. |
| JOURNEY_REPORT_DATABASE_PASSWORD | Name of 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. |