Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 38 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.
 
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.
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 and tibco.env.AS_HOME environment variables from be-engine.tra to the designer.tra and bwengine.tra files.
(You only need to copy the tibco.env.AS_HOME environment variable if you use TIBCO BusinessEvents DataGrid as your cache provider.)
3.
a.
Locate the custom class path property tibco.env.CUSTOM_CP_EXT 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
b.
Locate the custom palette path property tibco.env.CUSTOM_PALETTE_PATH and append the following text to the property:
%PSP%%BE_HOME%/hotfix/lib/palettes%PSP%%BE_HOME%/lib/palettes
4.
Locate the custom class path property tibco.env.CUSTOM_EXT_PREPEND_CP in bwengine.tra 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
%PSP%%BE_HOME%/hotfix/lib/palettes%PSP%%BE_HOME%/lib/palettes

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved