I am new to programming and working on SIP applications. I am bit confused about where to deploy SIP applications. I read about HTTP Servlets, which are deployed in servlet container, I believe Tomcat is one Servlet container.
Basically, I have few questions and understanding:
- Container manages the lifecycle of the servlets and if I just get the servlets api jar and deploy it with my application it will not work?
- I found SIP servlet API and there's also Mobicents SIP servlets. Are they different?
- Can I deploy my SIP servlet application in Tomcat along with the API jar?
- Is Mobicent a container for SIP servlets like Tomcat is for HTTP Servlets, but Mobicents also has Tomcat.
These are very naive questions but I tried to find out the answers myself and was not successful. I am not from programming background so having a difficulty to understand the things.
Thanks