Question

I'm new to SIP Servlet development and I would like to know how to deploy my Sip servlet to my Jboss server. I can't seem to find how to do it by googling it. I see a lot of information on using mobicents but do I have to? Can't I just deploy directly like I would my HTTP servlets?

Thanks!

EDIT: Also what is the exact difference between JAIN sip servlets and Sip servlets?

Was it helpful?

Solution

Mobicents provide Jboss and tomcat applications servers with additional modules which are required to deploy and run your sipservlet application

if you download and extract the jboss distribution you can see there are some modules call sip-presence,sip-balancer , mobicents-media-server-1.0.3.GA.sar in deploy folder these are few and you will find a lot of additional modules/resources.

What you have to do is download the jboss from here and deploy your sipservlet war file as a normal web deployment.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top