In order to deploy a ruleset to Rule Execution Server, you need to create a RuleApp project and add a ruleset archive to it. Ruleset archives can be added to a RuleApp project from either a ruleset archive .jar file, or a rule project.
In Rule Studio, a RuleApp is handled as an Eclipse project, and is deployed to a running Rule Execution Server through the RuleApp project.
| Note |
| Rule Studio extracts a ruleset archive from a rule project for you.
|
To create a RuleApp project:
-
On the File menu, click New > Project.
-
On the Select a Wizard page, expand ILOG Rule Studio and select RuleApp Project.
-
Click Next.
-
On the RuleApp Project page, enter the name of the project, then click Next.
-
Optionally, add ruleset archives to the project using the wizard, as follows:
-
On the Rule Projects tab, click Add and select a rulel project from the list displayed.
-
If you want to use an extractor to filter rules contained in the project, click the Extractor radio button and select the required extrator from the list displayed.
The list you see depends on the rule project you select. If no ruleset extractor is specified in the rule project, the list is empty. By default, a rule project has no ruleset extractor defined.
-
Click OK.
-
Click the Ruleset Archives tab.
-
To select ruleset archives from the workspace, click Add, select the archives you want to add to the RuleApp project, then click OK.
With this option, all
.jar files in the workspace are displayed.
-
To select ruleset archives from outside the workspace, click Add External, select the required archives, then click Open.
With this option, you can browse the system to find the required ruleset archive
.jar file.
-
Click Finish.
The RuleApp project is created and is added to the list of projects. The RuleApp project editor opens automatically.
Related Concepts
Related Tasks