ILOG JRules User Guide > Customizing JRules > Tasks > Customizing Rule Scenario Manager > Configuring Rule Scenario Manager Extensions

Rule Scenario Manager provides an extensions file, extensions.xml, that serves three roles:

The extensions.xml file is found in the /resources/config directory in the Rule Scenario Manager deployment archive. It is a schema-backed XML file and its XSD is <InstallDir>/doc/schemas/rsmExtensions.xsd. The file is required to make Rule Scenario Manager aware of the extensions you have written.

All classes referenced in this file must be included in the runtime classpath. For the Console, this means that the classes must be contained in the /WEB-INF/classes folder or in a JAR file located in the /WEB-INF/lib folder.

Related Concepts

Tests
Extractor
Operator
Scenario Suite KPI
Simulation KPI

Related Tasks

Deploying Extensions to Rule Scenario Manager
Configuring the Rule Scenario Manager Console from a File
Customizing Reports with BIRT

Related Reference

Test Extractor, Operator, and Type Java Definitions
Key Performance Indicator Java Definition
Rule Scenario Manager XML and Java Artifacts

Related Samples

How to Test Rules in Rule Scenario Manager Using Java Binding
How to Test Rules in Rule Scenario Manager using XML Binding