Birt Reports configurations
To configure BIRT reports for Docker, make the necessary modifications to the birt-configMap.yaml file.
To access the birt-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 |
|---|---|
| BIRT_PRODUCT_NAME | The name assigned for BIRT reports. |
| BIRT_WAR_NAME | The name of the WAR file. |
| BIRT_APPLICATION_NAME | The name of the main application. For example, Unica. |
| BIRT_DOMAIN_USERNAME | The domain username for BIRT reports. |
| BIRT_DOMAIN_PASSWORD | The domain password for BIRT reports. |
| PRODUCT_OPTS_BIRT | Product specific options for BIRT reports. |
| Parameter name | Parameter description |
|---|---|
| BIRT_HOST_NAME | The system host name of BIRT. |
| BIRT_MANAGEMENT_PORT | The management port number for the BIRT system. |
| BIRT_MANAGEMENT_HTTPS_PORT | The management HTTPS port number for the BIRT system. |
| BIRT_AJP_PORT | The AJP port number for the BIRT system. |
| BIRT_HTTP_PORT | The HTTP port number for the BIRT system. |
| BIRT_HTTPS_PORT | The HTTPS port number for the BIRT system. |
| BIRT_RECOVERY_ENV_PORT | The recovery environment port number of the BIRT system. |
| BIRT_STATUS_MANAGER_PORT | The status manager port number of the BIRT system. |
| BIRT_MIN_HEAP | The minimum heap size allocated for BIRT. |
| BIRT_MAX_HEAP | The maximum heap size allocated for BIRT. |