Configuring the Properties Files (ExpertCTStudio)

The following properties needs to be configured:

  1. ctstudiodatabaseconfig.properties

  2. ctstudioimplementation.properties

ctstudiodatabaseconfig.properties

File Location: expertctstudio.war\WEB-INF\lib\expertctstudioResource.jar\ctstudiodatabaseconfig.properties

The value of the key should be,

CT_FW_DATABASE_VENDOR = <<Database vendor name>>

For example:

CT_FW_DATABASE_VENDOR = oracle

ctstudioimplementation.properties

File Location: expertctstudio.war\WEB-INF\lib\expertctstudioResource.jar\ctstudioImplementation.properties

Configure the instance level as well as centralized work folders:

# This property provides the path for instance level folder, # for example CT_WORK_FOLDER_PATH=/usr1/SIR08872/mydomain/Canvas_domain/canvas/ExpertModeCTStudio   # This property provides the centralized folder path, for example CT_WORK_CENTRALIZED_FOLDER_PATH=/usr1/SIR08872/mydomain/Canvas_domain/canvas/ExpertModeCTStudio

Â