Working in the Servlets page

In the Servlets page of the SIP deployment descriptor editor, you can add a new Session Initiation Protocol (SIP) servlet to the deployment descriptor or remove the selected servlet from the deployment descriptor.

To work in the Servlets page, complete the following steps:

  1. Open a SIP project in the Project Explorer.
  2. Double-click the SIP project Deployment Descriptor file in the Project Explorer. The SIP deployment descriptor editor opens.
  3. Click the Servlets tab to open the Servlets page.
  4. You can edit settings in the following sections of the Servlets page:
    • Servlets: List servlets that are used in this application. You can add or remove servlets from the list.
    • Details: List details about the selected servlet. Listed details include the servlet class (canonical name), the display name (a short name for display purposes), and a description.
    • Mappings: List the servlet mapping conditions for the selected servlet.
    • Initialization: List the initialization parameters that are configured for the selected servlet
    • Load on Startup: Specify the details of a servlet load-on-startup element, including load order.
    • Security role references: List the security roles that are referenced in the SIP application and edit the security roles that are authorized to access the servlet. You can add or remove security roles. If you add a security role reference, you specify the role reference name, the role link, and a description.
    • Run as: List details of the selected servlet run-as element.
    • Icons: View or change icons (small or large) that are used to represent the selected servlet.

Feedback