![[8.5.5.7 or later]](../images/ng_v8557.gif)
Editing SIP deployment descriptors
The Session Initiation Protocol (SIP) deployment descriptor file, sip.xml, specifies deployment information, Multipurpose Internet Mail Extension (MIME) types, session configuration details, and other settings for a SIP application. This information is used in building a servlet archive (SAR) file from a project. The sip.xml file is in the WEB-INF directory of the project.
Procedure
To edit the SIP deployment descriptor:
- In Project Explorer, open the WebContent and Web-INF folders of a SIP project.
- Double-click the sip.xml file.
What to do next
With the SIP 1.1 deployment descriptor editor, you configure
deployment information in a visual tree structure by adding and configuring nodes of properties for
the deployment. If you click a node on one side of the editor, you can edit the attributes for the
node on the other side of the editor. You can add child nodes (properties) by clicking
Add.
Tip: For SIP 1.1, if your application has multiple servlets,
then add a servlet-selection node with either a main servlet or servlet mapping. However, the editor
does not require that you add this node.