Creating SIP projects
Use the New Project wizard to create a Session Initiation Protocol (SIP)/Hypertext Transfer Protocol (HTTP) Project. You can develop both SIP and HTTP servlets. On the Project Definition page, you can define the new project name, location, and target server runtime environment.
Before you begin
Set up a server configuration that supports deploying SIP applications. Refer to the information on developing SIP applications for a list of supported server configurations. To create a new server, follow the instructions in the information about creating a server.
Procedure
To create a SIP project:
Results
This SIP/HTTP project is a web project and can be used for development of both SIP and HTTP servlets. For projects that use Web 2.5 and earlier, the project contains the following files in the WebContent\WEB-INF folder:
- A SIP deployment descriptor file (sip.xml)
- A web deployment descriptor file (web.xml)
For projects that use Web 3.0 and later, WebSphere Developer Tools generates annotated classes. The project does not contain the sip.xml file and the web.xml file in the WebContent\WEB-INF folder. These files are optional.