After configuring default properties, you can deploy the SIP resource adaptor into the SLEE.

The Ant build script build.xml contains build targets for deploying and undeploying the SIP RA, as follows.

Deploy

To deploy the SIP RA, first ensure the SLEE is running, and then run build.xml with the target deploysipra. For example:

$ ant deploysipra

This script installs the SIP RA deployable unit and required libraries in the SLEE, and creates and activates the resource adaptor entity.

Undeploy

To undeploy the SIP RA, run build.xml with the target undeploysipra. For example:

$ ant undeploysipra

This script deactivates and removes the resource adaptor entity and uninstalls the SIP RA deployable unit.

Previous page Next page