Deploying SIP servlet on Jboss

爱⌒轻易说出口 提交于 2019-12-13 05:35:10

问题


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?


回答1:


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.



来源:https://stackoverflow.com/questions/13348152/deploying-sip-servlet-on-jboss

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!