Hot-Deploying Classes and Rule Template Instances
You can hot-deploy the decision table and rule template classes also using the BusinessEvents Enterprise Administrator Agent in addition to TIBCO BusinessEvents WebStudio.
Before you begin Navigate to any of the deployment views for instance management. See
Viewing the Instance Management Page for more details.
The CDD file should contain the
be.engine.cluster.externalClasses.path
and
be.cluster.ruletemplateinstances.deploy.dir
properties for decision table and rule template instance hot-deployment, respectively, at the cluster level. The value of the property specifies the location where the
.zip file or JAR file for hot-deployment of decision table classes and rule template instances are uploaded.
- Procedure
- On the All Instance page, click the instance name for which you want to configure the properties.
The Instance configuration page is displayed with all the properties.
- Click
Hot Deploy Operations and select either
Decision Table Classes for hot-deploying decision table classes or
Rule Template for rule template instances, respectively.
Note: These options are enabled only if the
be.engine.cluster.externalClasses.path
property (for decision table) and thebe.cluster.ruletemplateinstances.deploy.dir
property (for rule template instance) are present in the CDD file at the cluster level. - Click
Browse to select the
.zip file for the decision table or rule template, and click
OK.
The decision table classes and rule template instances files are now deployed at the location specified in the
be.engine.cluster.externalClasses.path
andbe.cluster.ruletemplateinstances.deploy.dir
properties, respectively.