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:
-
Extract the
jrules-ssp-appserver.ear file with a standard archive tool (such as 7-Zip).
-
Extract the
jrules-rsm-ssp.war file.
-
Insert your XOM JAR file into the
WEB-INF/lib directory.
-
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
Related Task
Related Samples