...
Setting up Canvas Studio (ExpertCTStudio) involves the following steps:
AnchorFolderCreations_ExpertCTStudio FolderCreations_ExpertCTStudio
Folder Creations (ExpertCTStudio)
FolderCreations_ExpertCTStudio | |
FolderCreations_ExpertCTStudio |
...
- <ServerPath>/mydomain/Canvas_Domain/Canvas/ExpertModeCTStudio/Temp/
- <ServerPath>/mydomain/Canvas_Domain/Canvas/ExpertModeCTStudio/forReports/
- <ServerPath>/mydomain/Canvas_Domain/Canvas/ExpertModeCTStudio/forReports/TempXML/
- <ServerPath>/mydomain/Canvas_Domain/Canvas/ExpertModeCTStudio/forReports/TempXML/cibreport.xsl
- <ServerPath>/mydomain/Canvas_Domain/Canvas/ExpertModeCTStudio/forReports/TempXML/cibdetailreport.xsl
- <ServerPath>/mydomain/Canvas_Domain/Canvas/ExpertModeCTStudio/forReports/TempXML/cibreport_rtl.xsl
- <ServerPath>/mydomain/Canvas_Domain/Canvas/ExpertModeCTStudio/forReports/TempXML/cibdetailreport_rtl.xsl
- <ServerPath>/mydomain/Canvas_Domain/Canvas/ExpertModeCTStudio/forReports/TempXML/CanvasFopUserconfig.xml
- <ServerPath>/mydomain/Canvas_Domain/Canvas/ExpertModeCTStudio/forReports/TempXML/intellect.jpg
Anchor ConfiguringthePropertiesFiles_ExpertCTStudio ConfiguringthePropertiesFiles_ExpertCTStudio
Configuring the Properties Files (ExpertCTStudio)
ConfiguringthePropertiesFiles_ExpertCTStudio | |
ConfiguringthePropertiesFiles_ExpertCTStudio |
The following properties needs to be configured:
Anchor ctstudiodatabaseconfig_properties_expertctstudio ctstudiodatabaseconfig_properties_expertctstudio
ctstudiodatabaseconfig.properties
ctstudiodatabaseconfig_properties_expertctstudio | |
ctstudiodatabaseconfig_properties_expertctstudio |
File Location: expertctstudio.war\WEB-INF\lib\expertctstudioResource.jar\ctstudiodatabaseconfig.properties
...
Code Block | ||
---|---|---|
| ||
CT_FW_DATABASE_VENDOR = oracle |
Anchor ctstudioimplementation_properties_expertctstudio ctstudioimplementation_properties_expertctstudio
ctstudioimplementation.properties
ctstudioimplementation_properties_expertctstudio | |
ctstudioimplementation_properties_expertctstudio |
File Location: expertctstudio.war\WEB-INF\lib\expertctstudioResource.jar\ctstudioImplementation.properties
...
Code Block | ||
---|---|---|
| ||
# This property provides the path for instance level folder, # for example CT_WORK_FOLDER_PATH=/usr1/SIR08872/mydomain/Canvas_domain/canvas # This property provides the centralized folder path, for example CT_WORK_CENTRALIZED_FOLDER_PATH=/usr1/SIR08872/mydomain/Canvas_domain/canvas |
Anchor CanvasFopUserconfig_xml_expertctstudio CanvasFopUserconfig_xml_expertctstudio
CanvasFopUserconfig.xml
CanvasFopUserconfig_xml_expertctstudio | |
CanvasFopUserconfig_xml_expertctstudio |
File Location: <Centralized ServerWorkfolder>/forReports/TempXML/CanvasFopUserconfig.xml
Configure the fonts file path as follows:
For Windows: Assuming the centralized working folder is D:\Canvas
Code Block language xml <font metrics-url = "file:\\\D:\Canvas\ExpertModeCTStudio\forReports\TempXML\fonts\tradbdo.xml" embed-url = "file:\\\D:\Canvas\ExpertModeCTStudio\forReports\TempXML\fonts\tradbdo.ttf" kerning = "yes"> <font-triplet name = "Traditional Arabic" style = "normal" weight = "bold"/> </font> <font metrics-url = "file:\\\D:\Canvas\ExpertModeCTStudio\forReports\TempXML\fonts\trado.xml" embed-url = "file:\\\D:\Canvas\ExpertModeCTStudio\forReports\TempXML\fonts\trado.ttf" kerning = "yes"> <font-triplet name = "Traditional Arabic" style = "normal" weight = "normal"/> </font>
For Non-Windows: Assuming the centralized working folder is /usr1/SIR08872/mydomain/Canvas_Domain/Canvas
Code Block language xml <font metrics-url = "file:///usr1/SIR08872/mydomain/Canvas_domain /Canvas/ExpertModeCTStudio/forReports/TempXML/fonts/tradbdo.xml" embed-url = "file:///usr1/SIR08872/mydomain/Canvas_domain /Canvas/ExpertModeCTStudio/forReports/TempXML/fonts/tradbdo.ttf" kerning = "yes"> <font-triplet name = "Traditional Arabic" style = "normal" weight = "bold"/> </font> <font metrics-url = "file:///usr1/SIR08872/mydomain/Canvas_domain /Canvas/ExpertModeCTStudio/forReports/TempXML/fonts/trado.xml" embed-url = "file:///usr1/SIR08872/mydomain/Canvas_domain /Canvas/ExpertModeCTStudio/forReports/TempXML/fonts/trado.ttf" kerning = "yes"> <font-triplet name = "Traditional Arabic" style = "normal" weight = "normal"/> </font>
...