SIP Server vs SIP Servlet

Hello,
Can someone let me exact what the difference between SIP Server and SIP Servlet.?
Regards,
Deepak

It's hard to be precise since "SIP Server" does not have a precise definition, but I'll try to help.
The term SIP Server can apply to any network node meant to affect a SIP session. A server can act as SIP User Agent (UA), proxy, or back-to-back UA. Nothing about the way these applications are programmed is implied by the term "SIP Server."
The SIP Servlet API (SSAPI) is a popular technology for implementing SIP applications; therefore you could say that a SIP Servlet container is a type of SIP Server. The SSAPI is specified in [JSR 289|http://jcp.org/en/jsr/detail?id=289] , and is an extension of the familiar servlet model that is also used for programming HTTP applications.
OCCAS is a SIP Servlet container, and therefore also a SIP Server.
Hope this helps,
Tom.

Similar Messages

  • Deploy sip servlet to Occas5.0(weblogic) occurs exception: com.bea.wcp.sip.engine.server.setup.SipAnnotationParsingException

    hi,
    I install Occas on OS win7 64bit, jdk 1.6.0.45.
    I got the following error message while I start Occas server:
    because error occurs when parsing sip related annotations of "testservicecomplexobject-application"
    WLST-WLS-1396579151484: com.bea.wcp.sip.engine.server.setup.SipAnnotationParsingException
    at com.bea.wcp.sip.engine.server.setup.SipAnnotationData.<init><SipAnnotationData.java:155>
    Also, when I deploy a sip servlet package(sar) to the Occas server, after deploy finish, at the deployment manager page,
    health term is none.
    and also I found many error info in AdminServer/logs/domain.log as below blue font:
    ####<Apr 4, 2014 11:09:21 AM CST> <Error> <WLSS.Setup> <E76C3BE51B4188> <AdminServer> <[ACTIVE] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1396580961513> <BEA-331210> <Skip SIP related logic, because error occurs when parsing sip related annotations of "b2bua-sip-servlet-1.0.0-SNAPSHOT"
    com.bea.wcp.sip.engine.server.setup.SipAnnotationParsingException:
        at com.bea.wcp.sip.engine.server.setup.SipAnnotationData.<init>(SipAnnotationData.java:155)
        at com.bea.wcp.sip.util.DeploymentUtil.getOrCreateAnnotationData(DeploymentUtil.java:74)
        at com.bea.wcp.sip.util.DeploymentUtil.getAnnotationData(DeploymentUtil.java:89)
        at com.bea.wcp.sip.engine.server.SipServerTailModule$1.visit(SipServerTailModule.java:129)
        at com.bea.wcp.sip.engine.server.SipServerTailModule.visitAllContexts(SipServerTailModule.java:112)
        at com.bea.wcp.sip.engine.server.SipServerTailModule.initialize(SipServerTailModule.java:137)
        at com.bea.wcp.sip.engine.server.SipServerTailModule.prepare(SipServerTailModule.java:69)
        at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:507)
        at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
        at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:149)
        at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:45)
        at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:1221)
        at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
        at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:367)
        at weblogic.application.internal.SingleModuleDeployment.prepare(SingleModuleDeployment.java:43)
        at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
        at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
        at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:207)
        at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:98)
        at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
        at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:747)
        at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216)
        at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250)
        at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159)
        at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:171)
        at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:13)
        at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:46)
        at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused By: java.lang.LinkageError: loader constraint violation: when resolving overridden method "antlr.debug.LLkDebuggingParser.removeMessageListener(Lantlr/debug/MessageListener;)V" the class loader (instance of weblogic/utils/classloaders/ChangeAwareClassLoader) of the current class, antlr/debug/LLkDebuggingParser, and its superclass loader (instance of sun/misc/Launcher$AppClassLoader), have different Class objects for the type antlr/debug/MessageListener used in the signature
        at java.lang.Class.getDeclaredMethods0(Native Method)
        at java.lang.Class.privateGetDeclaredMethods(Class.java:2436)
        at java.lang.Class.privateGetPublicMethods(Class.java:2556)
        at java.lang.Class.getMethods(Class.java:1412)
        at com.bea.wcp.sip.engine.server.setup.SipAnnotationData.classAnnotationParsing(SipAnnotationData.java:344)
        at com.bea.wcp.sip.engine.server.setup.SipAnnotationData.jarAnnotationParsing(SipAnnotationData.java:288)
        at com.bea.wcp.sip.engine.server.setup.SipAnnotationData.annotationParsing(SipAnnotationData.java:223)
        at com.bea.wcp.sip.engine.server.setup.SipAnnotationData.<init>(SipAnnotationData.java:144)
        at com.bea.wcp.sip.util.DeploymentUtil.getOrCreateAnnotationData(DeploymentUtil.java:74)
        at com.bea.wcp.sip.util.DeploymentUtil.getAnnotationData(DeploymentUtil.java:89)
        at com.bea.wcp.sip.engine.server.SipServerTailModule$1.visit(SipServerTailModule.java:129)
        at com.bea.wcp.sip.engine.server.SipServerTailModule.visitAllContexts(SipServerTailModule.java:112)
        at com.bea.wcp.sip.engine.server.SipServerTailModule.initialize(SipServerTailModule.java:137)
        at com.bea.wcp.sip.engine.server.SipServerTailModule.prepare(SipServerTailModule.java:69)
        at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:507)
        at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
        at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:149)
        at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:45)
        at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:1221)
        at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
        at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:367)
        at weblogic.application.internal.SingleModuleDeployment.prepare(SingleModuleDeployment.java:43)
        at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
        at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
        at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:207)
        at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:98)
        at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
        at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:747)
        at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216)
        at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250)
        at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159)
        at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:171)
        at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:13)
        at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:46)
        at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    ####<Apr 4, 2014 11:09:21 AM CST> <Error> <WLSS.Engine> <E76C3BE51B4188> <AdminServer> <[ACTIVE] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1396580961523> <BEA-330004> <Failed to deploy SIP application "b2bua-sip-servlet-1.0.0-SNAPSHOT"
    java.lang.NullPointerException
        at com.bea.wcp.sip.engine.server.setup.SipDeploymentDescriptor.<init>(SipDeploymentDescriptor.java:285)
        at com.bea.wcp.sip.engine.server.setup.SipDeploymentDescriptor.parse(SipDeploymentDescriptor.java:148)
        at com.bea.wcp.sip.engine.server.CanaryContext.initContext(CanaryContext.java:396)
        at com.bea.wcp.sip.engine.server.CanaryContext.<init>(CanaryContext.java:334)
        at com.bea.wcp.sip.engine.server.CanaryServer.installContext(CanaryServer.java:1001)
        at com.bea.wcp.sip.engine.server.SipService.setupSipServletContext(SipService.java:126)
        at com.bea.wcp.sip.engine.server.SipServerTailModule$1.visit(SipServerTailModule.java:130)
        at com.bea.wcp.sip.engine.server.SipServerTailModule.visitAllContexts(SipServerTailModule.java:112)
        at com.bea.wcp.sip.engine.server.SipServerTailModule.initialize(SipServerTailModule.java:137)
        at com.bea.wcp.sip.engine.server.SipServerTailModule.prepare(SipServerTailModule.java:69)
        at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:507)
        at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
        at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:149)
        at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:45)
        at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:1221)
        at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
        at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:367)
        at weblogic.application.internal.SingleModuleDeployment.prepare(SingleModuleDeployment.java:43)
        at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
        at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
        at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:207)
        at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:98)
        at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
        at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:747)
        at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216)
        at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250)
        at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159)
        at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:171)
        at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:13)
        at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:46)
        at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Can anyone give some suggession?
    Thanks in advance!
    BR//Margin

    Hi,
    I changed my jvm from sun jdk to latest jrockit and the issue was solved :)

  • How to add SIP servlets pluggins to OEPE for Oracle weblogic server 10.3.4

    Please procide the solution to :
    Is it possible to add SIP servlets pluggins to OEPE for Oracle weblogic server 10.3.4.0 or OCCAS(Oracle communication Converged Application Server)??
    As Its not their by default.
    Please do the needfull...

    This forum is for Oracle WebLogic Communication Services. Please direct your question to one of the WebLogic Server forums or to OCCAS forum/support.
    - Dev

  • Embedding STUN server in SIP servlet application?

    Hello,
    I'm trying to find a good way to integrate a STUN server into my SipServer application. One approach requires that I be able to receive and process both STUN and SIP packets from the same listen port. Basically, I want to open a single listen port (like 5060) to receive UDP packets in my SIP servlet container. I'd then like to take any SIP messages I receive on that port and hand them to my SIP servlet. No problem - that's what SipServer provides out of the box. But I'd also like to receive any STUN packets and hand them off to my STUN server code for STUN activities. Anyone know of a way to accomplish this with some fancy configuration of a channel or 2? I don't know the WLS/WLSS architecture well enough to think of anything truely clever.
    My coworker tells me this isn't possible, or at least not without Herculean effort and major custom coding to route packets. I sure would like to prove him wrong ;)
    Thanks -
    Brian.

    It should certainly be possible to debug the sipServlet application in eclipse.
    I use Intellij IDEA for remote debugging and here is the command I use:
    %JAVA_HOME%\bin\java %JAVA_VM% %MEM_ARGS% %JAVA_OPTIONS% -Dweblogic.Name=%SERVER_NAME% -Dweblogic.ProductionModeEnabled=%PRODUCTION_MODE% -Djava.security.policy="%WL_HOME%\server\lib\weblogic.policy" -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005 weblogic.Server
    I guess, what you are missing is suspend=y. Your options have a suspend=n.
    cheers,
    Mihir

  • Sending an INVITE to my VoIP account by a SIP Servlet

    I tried to make an outbound call to an ordinary landline number through my VoIP account by a SIP Servlet, but never been successful.
    I tried something similar to the following:
    javax.servlet.sip.SipFactory factory=(javax.servlet.sip.SipFactory) this.getServletContext().getAttribute(javax.servlet.sip.SipServlet.SIP_FACTORY);
    javax.servlet.sip.SipApplicationSession appSession =factory.createApplicationSession();
    to = “sip:land_line_number@my_voip_proxy_server.com”
    from=”sip:my_voip_did_number:my_voip_password@ my_voip_proxy_server.com”
    javax.servlet.sip.SipServletRequest invite = factory.createRequest(appSession, "INVITE", from, to);
    invite.pushRoute(URI of my_voip_outbound_proxy_server.com);
    invite.send();
    I use Weblogic SIP server. I configured sip.xml, and everything else is correct to my knowledge.
    I always get the error message something similar to “Cannot resolve path to my_voip_proxy_server.com”
    (Note: When I use SJPhone softphone with my VoIP account details, it simply rings to a landline)
    Is the way I incorporating my_voip_outbound_proxy_server correct?
    Any help from anyone is greatly appreciated.
    Thank you very much.

    hi there,
    I am at the same point too..
    I am using a softphone called mirrial , Using Bea WEB Logic SIP Server...Deployed sar arhieve , did not define any outbound proxy in client side , did not specify default servlet name for sip server..
    Is there anybody who succedded such kind of proxy calls ?
    And can clarify the details if have?
    Thanks

  • Developing SIP Servlet using Eclipse

    Dear all,
    In the BEA documentation "developing SIP Servlet using Eclipse", it says:
    WebLogic SIP Server 3.0
    JDK 1.4.2
    Ant (installed with WebLogic SIP Server 3.0)
    Eclipse version 3.1
    CVS client and server (required only for version control)
    I want to kown it should be JDK 1.4.2 but not 1.5.0?
    And how to set Ant which installed with Weblogic SIP Server in Eclipse? Because I checked that Eclipse use the Ant by defaut.
    I really have problem with setting up Eclipse for developping SIP Servlet, Thanks for your help!
    li

    Dear all,
    I have resolved it.
    The path is not correct in the ant build file.
    Thanks

  • Sip servlet container

    Hi everybody :)
    Tomcat is http servlet container as we all know, but is there sip servlet container known as "converged container" developed yet ?

    Actualy I found app server that supports sip servlets but it is not free. Is there any free one ?
    Hi again :)

  • I can't install sailfin SIP Servlet in Netbeans.

    I downloaded sailfin SIP .jar and extract jar file. I go to Plug in > Available Plugin and click Add plungin button by installing them from the lib/tools/netbeans subdirectory of a SailFin. Netbeans show SIP plungin for install. but I can install all of SIP plungin except SIP Project. When I select SIP Project and install it show error can't install. So I'm not install SIP Project but when I create new project I can't find SIP catagory. please help me. How to install SIP servlet in Netbeans6.9 .
    Edited by: user12864851 on 23 มี.ค. 2554, 1:27 น.

    What exactly happens when you attempt to create a backup?

  • Books on SIP Servlet API

    Hi,
    Can u people suggest some good books on Java SIP Servlet API.
    Thanks in advance !!
    With regards,
    Litty Preeth

    Hi Sebestian,
              I could  really understand the problem ,but as Far as Coding concerns the Same templates will suit for both C# and Vb.Net , So i suggest you to go through the E-Learning in SDN which is open source Go To E-Learning Sessions it was all presented in C# only , I Strongly belive after having a travel in E-Learning you would be able to work with all the objetcs
    Comments and feeds back is welocmed
    Regards
    Zubair

  • Starting the reports server as a servlet

    Dear friends, I'm trying to run a JSP Report which was built with JDev and Report Builder, but when I compiled the JSP Report on JDev, the Internet Browser has started with the LOADING... page and nothing happened.
    I have Report Services and HTTP Server started, but I can't verify if the Reports Servlet is running.
    I've been reading the "Publishing Reports to the Web with Oracle9iAS Reports Services" document at "http://otn.oracle.com/docs/products/reports/htdocs/doc_library/getstart/docs/a92102_01.pdf" and it's written that we can start the reports server as a servlet typing :
    http://< your_machine_name>:<your_port_num>/reports/rwservlet
    In my case :
    <your_machine_name> = bicas
    <your_port_num> = Is it a HTTP port number? If it is. = 80
    Then :
    http://bicas:80/reports/rwservlet
    But this return a HTTP 404 error, page not found.
    I have Oracle9iDS and Oracle9iAS installed on the same machine.
    What do I need to do to start the reports server as a servlet?
    Do I need to do this to run a JSP Report from the Web?

    Try the following:
    1) Create a new project in JDev
    2) Add a new Reports JSP object into the project from 'File -> new' (this'll setup the project form JSP report execution)
    3) Edit the JSP report, or add your own jsp report to the project
    4) run the JSP report
    To use Reports servlet's in-process server, remove 'server=...' from JSP tag rw:report's 'parameters' attribute, and make sure JVM is set to 'hotspot' in 'Project Setting -> Runner'.
    To use standalone Reports server, start the server, and specified the server in rw:report's 'parameters' attribute.
    Hope this helps.
    Regards,
    Charlie Sheng

  • Writing to a server using a servlet

    does anyone know how to write a file (i.e. txt, htm, etc...) to a server using a servlet.
    i'm using tomcat 4.0.1 and an IIS
    i've been trying to figure out how to do this for a few days now and have not been able to figure it out.
    can anyone show me how?
    thanks
    Andy

    i got the above code working, but now when i try to pass a vector into the mix i'm not having any luck.
    i haven't even been able to get a POST message to appear.
    i think there is something wrong with my client-side code....
    /*******applet********/
    public void sendVector(Vector sendingVector)
    URL baseURL = getCodeBase();
    String protocol = baseURL.getProtocol();
    String host = baseURL.getHost();
    int port = 808;
    try
    String urlSuffix = "/servlet/contactlist.WriteToServlet";
    URL servletURL = new URL(protocol, host, port, urlSuffix);
    URLConnection conn = servletURL.openConnection();
    // inform the connection that we will send output and accept input
    conn.setDoInput(true);
    conn.setDoOutput(true);
    // Don't use a cached version of URL connection.
    conn.setUseCaches (false);
    conn.setDefaultUseCaches (false);
    // Specify the content type that we will send binary data
    conn.setRequestProperty ("Content-Type", "application/octet-stream");
    // send the student object to the servlet using serialization
    ObjectOutputStream outputToServlet = new ObjectOutputStream(conn.getOutputStream());
    // serialize the object
    outputToServlet.writeObject( sendingVector );
    outputToServlet.flush();
    outputToServlet.close();
    } catch (IOException io) { io.printStackTrace(); }
    } // end sendVector
    /*********servlet*************/
    public void doGet(HttpServletRequest request, HttpServletResponse response)
    throws ServletException, IOException
    try
    // get an input stream from the applet
    ObjectInputStream inputFromApplet = new ObjectInputStream(request.getInputStream());
    // read the serialized student data from applet
    Vector passInfo = (Vector)inputFromApplet.readObject();
    inputFromApplet.close();
    for(int i =0; i < passInfo.size(); i++) System.out.println(passInfo.get(i));
    // make this so that the vector filename has no spaces
    FileWriter writer = new FileWriter("G:\\Intranet\\wwwroot\\Contact\\contactlist\\Departments\\" + getFileTitle(passInfo.get(1).toString()) + ".htm");
    // prints information to the file
    int a;
    for(a = 0; a < (passInfo.size()-1); a++)
    { writer.write(passInfo.get(a) + "\n");
    writer.write(passInfo.get(a).toString());
    writer.flush();
    writer.close();
    catch(Exception e) { e.printStackTrace(); }
    public void doPut(HttpServletRequest request, HttpServletResponse response)
    throws ServletException, IOException
    doGet(request, response);
    } // end doPut

  • Web Based Telephone System (Using SIP server and Jsp servlet)

    Now i have more learning about Jsp and Servlet...All senior in Java.May i know how to build a system with Jsp n do the voice calling?

    i have do same thing with you..may i know what server r you using?

  • Where to deploy the sip servlet

    Hi,
    general question: where are the servlet .class files, sip.xml and web.xml deployed to? Are there some other (configuration) files to be changed?
    I have deployed all these files to C:\bea\user_projects\domains\TestDomain\sipserver\config\WEB-INF
    but got just an exception.
    Thx

    Ok I've found out: Sip Server 3.0 expects an .war file to be stored under ../domains/domainName/autodeploy

  • Filter on Sip Servlet

    Hy all
    I have a question for you. Is it possible to filter sip message with a personal implementation of a Filter interface (com.bea.wcp.sip.engine.server.Filter)?
    Reading documentation i understan it's simple to create a filter and a FilterChain but i can't understant how it's possible to map this object on the server.
    Thanks a lot for any response
    Regards Gianluca Orlando

    <url-pattern>/*.jsp</url-pattern> this means it will search for all the jsp's in the directory.

  • How to find the server path using servlet API.

    Hi All,
    I have an requirement like uploading certain files in my server path.
    rightnow i am getting the path now using as
    <%=application.getRealPath("/")%> and its giving me the "D:\bea\user_projects\domains\Testdomain\TestmanagedServer\stage\nextgen\nextgen.war".
    but i want to get the D:\bea\weblogic81 or atleast D:\Bea
    Is there anyway to get this through API or its the only way through string parse.
    Thanks in advance.

    Hello,
    I have:
    DG URL Internal;https://OCS.ad.xxxxxx.xxxx.xxx/GroupExpansion/Int/service.asmx;--;
    DG URL External;;--;
    Quality Metrics URI;;--;
    URL Internal From Server;https://OCS.ad.xxxxxx.xxxx.xxx/Abs/Int/Handler;--;
    URL External From Server;;--;
    Voice mail URI;sip:[email protected];opaque=app:voicemail;--;
    MRAS Server;;Not Configured;
    GAL Status;https://OCS.ad.xxxxxx.xxxx.xxx/Abs/Int/Handler;--;
    Controlled Phones;TRUE;--;
    PC to PC AV Encryption;AV Encryption Enforced;--;
    Focus Factory;sip:[email protected];gruu;opaque=app:conf:focusfactory;--;
    Telephony Mode;Telephony Mode Disabled;--;
    Line;;--;
    Line Configured From;Auto Line Configuration;--;
    Location Profile;;--;
    Local Log Folder;C:\Users\me\tracing;;
    MAPI Information;MAPI Status OK;MAPI Status OK;
    Inside User Status;TRUE;;
    Auto Update Download Started;--;--;
    Auto Update Download Completed;--;--;
    Last Auto Update Request;--;--;
    Pairing State;Communicator cannot connect to your desk phone because the USB cable is not plugged in. Make sure that you connect the cable.;Enabled;
    I see my email on the sip line but no server... what do I miss?
    Is it by the URL?
    Thanks,
    Dom

Maybe you are looking for

  • Win 8.1 recognizes Iphone - but Itunes does not

    I cannot get the iphone to come up in Itunes. I looked at the article Device not recognized in iTunes for Windows but it doesn't help, since I have the current version of Itunes 11.1.3.8 and the OS win 8.1 I have the apple mobile device service runni

  • Error in the workflow which executes background synchronous webservice task

    Hi, I am very new to SAP Workflows. I created a workflow with one activity step in it. The activity step actually executes a task TS77000300 (synchronous calculation - its an SAP task). When I test it. I get an error "Error when starting the service"

  • How to insert, select image from database

    can any one help me to store and retrive image from mySQL database.... plz can any one send me code for this ? thank you

  • Problem with bloq invoice

    Hi I have the followig problem: We create Sale orders through VA01. Then whe run a Batc input that reads transaccion VF06. The fact is that some Sale ordors are wrong (price, quantity etc) and the batch creates the Invoice. Then we reverse the docume

  • Problem docking 3G iPhone to play music

    I have a Bose sounddock portable which they sell at the Apple store. My original iPhone worked perfectly on it. Its feature of the phone I use most. The 3G iPhone produces a booming pop through the speaker every 3 minutes exactly. I've tried airplane