Create a SIP project

Use the SIP Project wizard to create a Session Initiation Protocol (SIP)/Hypertext Transfer Protocol (HTTP) Project. This SIP/HTTP project is set up for development of both SIP and HTTP servlets. The wizard presents the Project Definition page, where you can define the new project name, location, and target server runtime. To facilitate deployment, associate your new SIP application with a new or existing Enterprise Application project (EAR Project) by selecting Add Project to an EAR.

The newly created project is a dynamic Web project with a SIP nature and contains a SIP deployment descriptor file, sip.xml, as well as a Web deployment descriptor file, web.xml, located in the WebContent\WEB-INF folder. You are automatically switched to the J2EE development perspective.

Related items
Creating a SIP servlet
Editing the SIP deployment descriptor


Feedback