ActiveMatrix BusinessWorks Integration : Configuring the Environment for ActiveMatrix BusinessWorks Containers

Configuring the Environment for ActiveMatrix BusinessWorks Containers
To use the integration features you must configure the environment as explained in this section.
The values shown in this section work with various test projects. Depending on the ActiveMatrix BusinessWorks services used in your project, you may have to make additional changes.
 
Task A Configure the TRA Files
You must add various items to the ActiveMatrix BusinessWorks class path and palette path. The designer.tra file is used at design time. The bwengine.tra file is used at runtime. Update them as explained next.
Remember to add a path separator variable, %PSP% to separate the paths, when you paste path content into a TRA file.
If any properties have been modified after installation, examine the paths carefully. Ensure that all paths are specified with appropriate variables.
1.
BE_HOME/bin/be-engine.tra (as the source of values)
TIBCO_DESIGNER_HOME/bin/designer.tra
BW_HOME/bin/bwengine.tra
2.
Copy the tibco.env.BE_HOME environment variable from be-engine.tra to the designer.tra and bwengine.tra files.
(If you add this variable manually, set to the value of BE_HOME. Use forward slashes, for example: tibco.env.BE_HOME c:/tibco/be/4.0.)
3.
Update the custom class path in designer.tra and bwengine.tra: locate the tibco.env.CUSTOM_CP_EXT property and append the following:
A %PSP% separator
The entire contents of be-engine.tra property tibco.env.STD_EXT_CP
%PSP%%BE_HOME%/hotfix/lib/palettes%PSP%%BE_HOME%/lib/palettes%PSP%%BE_HOME%/hotfix/lib/ext/tpcl/jide%PSP%%BE_HOME%/lib/ext/tpcl/jide
4.
Update the custom palette path in the designer.tra file: append the following text to the tibco.env.CUSTOM_PALETTE_PATH property:
%PSP% %BE_HOME%/hotfix/lib/palettes%PSP%%BE_HOME%/lib/palettes
5.
Also append the following text to tibco.env.CUSTOM_CP_EXT in bwengine.tra:
%PSP% %BE_HOME%/hotfix/lib/palettes%PSP%%BE_HOME%/lib/palettes