ILOG JRules User Guide > Testing Rules with Rule Scenario Manager > Tasks > Deploying the XOM to the Scenario Service Provider > Deploying the Class Files Directly

You deploy the class files directly to the SSP by inserting your XOM class files into the WEB-INF/classes directory.

To deploy the XOM class files to the SSP:

  1. Extract the jrules-ssp-appserver.ear file with a standard archive tool.
  2. Extract the jrules-rsm-ssp.war file.
  3. Insert the class files of your XOM within a directory (for example, myPackages) in the WEB-INF/classes 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.

An example of deploying the XOM is provided in the build.xml file in the basics-javabinding sample.

Related Concepts

Scenario Service Provider

Related Task

Deploying a XOM JAR File
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