Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Config Key

Mandatory/Optional

Type

Purpose

Category: Other configuration references

CT_SECURITY_BUNDLE

Mandatory

Bundle Name

This key is a pointer to the bundle from where the security configuration for Canvas must be loaded.

CT_CACHE_BUNDLE

Mandatory

Bundle Name

This key is a pointer to the bundle from where the Cache configuration of the application can be provided to Canvas

CT_DB_BUNDLE

Mandatory

Bundle Name

This key is a pointer to the bundle from where CT gets the details of the various data sources that the CT database framework must be aware of.

CT_EXPORT_BUNDLE

Mandatory

Bundle Name

This key is a pointer to the bundle from where the CT Export framework must get initialized from.

CT_MULTILINGUAL_BUNDLE

Mandatory

Bundle Name

This key is a pointer to the bundle from where the CT multilingual framework must get initialized from.

Anchor
CT_WEBUTIL_BUNDLE
CT_WEBUTIL_BUNDLE
CT_WEBUTIL_BUNDLE

Mandatory

Bundle Name

This key is a pointer to the bundle from where the CT gets the web utilities related configuration.

CT_IMPL_CLASS

Mandatory

Bundle Name

This key is a pointer to the bundle from where the CT gets the list of CT Classes implemented.

CT_COMP_PREF_BUNDLE

Mandatory

Bundle Name

This key is a pointer to the bundle from where the CT gets the preferences to enable or disable apps, workspace, and sub workspace features.

CT_SYSTEM_PREF_BUNDLE

Mandatory

Bundle Name

This key is a pointer to the bundle from where the CT gets the preferences to enable or disable system level features.

CT_LOGGING_CONFIG_BUNDLE

Mandatory

Bundle Name

This key is a pointer to the bundle that provides the configuration details specific to logging done by CT.

CT_INFO_REPORT_BUNDLEOptionalBundle NameThis key is a pointer to the bundle that provides the configuration details specific to Information Report (Sigma). It is mandatory when Information Report is enabled.

Category: Common Folders needed by Canvas

CT_WORK_FOLDER_PATH

Mandatory

Folder Path

This key is the working folder to CT. The CT creates additional child folders within this working folder for its various needs.In a clustered environment, this folder is expected to be specific to the node where the application is running and not shared with other nodes. For example, the log files applicable for that particular node.

CT_WORK_CENTRALIZED_FOLDER_PATH

Mandatory

Folder Path

This key is a folder on the SAN that is available across all the nodes. This is critical on a clustered setup for any content that is shared across nodes. An example could be the user image file that needs to be accessible across all nodes in a cluster.

Category: Object Pool Allocation
MIN_OBJECT_POOLMandatoryIntegerNumberThis key defines the minimum number of objects that can be allocated by the pool.
MAX_OBJECT_POOLMandatoryIntegerNumberThis key defines the maximum number of objects that can be allocated by the pool.

...