Products | Versions |
---|---|
TIBCO BusinessEvents Enterprise Edition | - |
Not Applicable | - |
Resolution:
Description:
============
In TIBCO BusinessEvents 3.x, how to start the Cache Server and Inference Agent on a Unix/Linux machine when they both refer to a different folder structure of TIBCO Decision Manager classes ?
Environment:
==========
TIBCO BusinessEvents
TIBCO Decision Manager
Resolution:
==========
There are two workarounds for the issue -
1). Mount the classes on a centralized location so that all CS\Inference Agents on different machines can point to the single location.
2). Use the Unix Symbolic link feature,
Example:
>> ln -s /opt/app/csbpm/d15bfo1m2 /opt/app/csbpm/d15bfo1m1
This makes a symbolic link between the folders in the subdirectory d15bfo1m2 and the folders in the d15bfo1m1 subdirectory.