ILOG JRules User Guide > Testing Rules with Rule Scenario Manager > Tasks > Deploying the XOM to the Scenario Service Provider > Deploying a XOM JAR File

You deploy the XOM JAR file to the SSP by inserting the XOM JAR file into the WEB-INF/lib directory.

To deploy the XOM JAR file:

  1. Extract the jrules-ssp-appserver.ear file with a standard archive tool (such as 7-Zip).
  2. Extract the jrules-rsm-ssp.war file.
  3. Insert your XOM JAR file into the WEB-INF/lib directory.
  4. Re-archive the jrules-rsm-ssp.war file and then the jrules-ssp-appserver.ear file and deploy to your application server.

On Tomcat, you start from the second step above, noting that the WAR file is called ssp.war.

Note
If you deploy the SSP in a Java SE environment (that is, on the Tomcat application server), you must also insert the ra.xml file into the WEB-INF/classes directory of the archive.

Related Concepts

Scenario Service Provider

Related Task

Deploying the Class Files Directly
Using the ssp-setup Ant Task
Configuring Rule Scenario Manager Extensions
Deploying Extensions to Rule Scenario Manager

Related Samples

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