Below are the sipservlet-console and Ant commands for uninstalling a SIP Servlet application.

Note You uninstall a SIP Servlet application the same way as a regular SLEE service, by uninstalling the service’s deployable unit. This can be done with the standard Rhino uninstall command.

Console

Syntax

uninstall <sar-url>

Example

To uninstall a SAR DU:

uninstall file:/path/to/myservlet.sar

Ant

Syntax

<slee-management>
  <uninstall url="..."/>
</slee-management>

or, to also remove the servlet application’s application name reference:

<sipservlet:uninstall url="..." removeappname="true/false"/>

Example

To uninstall a SAR DU:

<slee-management>
  <uninstall url="file:/path/to/myservlet.sar"/>
</slee-management>

or

<sipservlet:uninstall url="file:/path/to/myservlet.sar" removeappname="true"/>
Previous page Next page