Configuration Parameters
When launching the enterprise edition of TIBCO Clarity, the clarity.ini file or the clarity.tra file is used. You can configure the parameters in the clarity.ini file and in the clarity.tra file.
The following table lists the configuration parameters in the clarity.ini file and in the clarity.tra file:
Properties in clarity.ini | Properties in clarity.tra | Description |
---|---|---|
CLARITY_MEMORY | tibco.env.CLARITY_MEMORY | The maximum heap size of JVM for TIBCO Clarity.
The default value is 1024m. |
CLARITY_HOST | tibco.env.CLARITY_HOST | The host of TIBCO Clarity.
The default host is 127.0.0.1. |
CLARITY_PORT | tibco.env.CLARITY_PORT | The port of TIBCO Clarity.
The default port is 3333. |
CLARITY_DATA_DIR | tibco.env.CLARITY_DATA_DIR | The directory where the user data are stored.
The default directory is Clarity_Home/data. |
CLARITY_LOG | tibco.env.CLARITY_LOG | The directory where the TIBCO Clarity log are stored.
The default directory is Clarity_Home/log. |
VENDER_VIEW | tibco.env.VENDER_VIEW | The switch of the view mode feature.
If you set VENDER_VIEW to true, the view mode feature is enabled. If you set VENDER_VIEW to false, the view mode feature is disabled. The default value is false. |
If you want to enable Secure Sockets Layer (SSL) for TIBCO Clarity, the following table lists the configuration parameters in the clarity.ini file and in the clarity.tra file:
Properties in clarity.ini | Properties in clarity.tra | Description |
---|---|---|
SSL_ENABLE | tibco.env.SSL_ENABLE | The switch of the SSL option.
If you set SSL_ENABLE to true, the SSL option is enabled. If you set SSL_ENABLE to false, the SSL option is disabled. The default value is false. |
KEYSTORE_FILE | tibco.env.KEYSTORE_FILE | The full path of the keystore file.
The default directory is D:/keystore. |
KEYSTORE_PASSWORD | tibco.env.KEYSTORE_PASSWORD | The password for the keystore.
The default password is clarity. |
KEYSTORE_MANAGE_PASSWORD | tibco.env.KEYSTORE_MANAGE_PASSWORD | The password (if any) for the specific key within the keystore.
The default password is clarity. |
The following table lists the LDAP configuration parameters in the clarity.ini file and in the clarity.tra file:
Properties in clarity.ini | Properties in clarity.tra | Description |
---|---|---|
LDAP_ENABLE | tibco.env.LDAP_ENABLE | The LDAP authentication parameter.
If you set LDAP_ENABLE to true, the LDAP authentication is enabled. If you set LDAP_ENABLE to false, the LDAP authentication is disabled. The default value is false. |
LDAP_URL | tibco.env.LDAP_URL | The LDAP URL.
The LDAP URL is ldap://localhost:389. |
LDAP_USER_ATTRIBUTE | tibco.env.LDAP_USER_ATTRIBUTE | The LDAP user attribute.
The default value is cn. |
LDAP_USER_BASE_DN | tibco.env. LDAP_USER_BASE_DN | The LDAP user baseDN (distinguished name).
The default value is cn=people,dc=example,dc=com. |