Web Chat Failed

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • oiduran
    Genius
    • Nov 2013
    • 204

    Web Chat Failed

    Hi every one,

    We are testing the web chat example but presents this error: 404 the resource is not available.

    Attach the image.


    Any ideas?
    Attached Files
  • marquardt
    Guru
    .
    • May 2014
    • 190

    #2
    How to
    1. Copy WebChatApp.war in folder ..\Tomcat\webapps
    2. Edit WebChatApp.properties in folder ..\Tomcat\conf.
    3. -> Change TTraceServiceHost
    4. -> Change Topics
    5. -> Change WebChjatProxy.XMPPServerHost
    6. -> Change WebChatpProxy.XMPPServerDomain
    7. Save WebChatApp.properties
    8. Restart Tomcat.
    9. http: // ip or localhost:8080/WebChatApp/

    Comment

    • oiduran
      Genius
      • Nov 2013
      • 204

      #3
      Yes Dear Marquardt, I did it, but shows this error...

      Comment

      • marquardt
        Guru
        .
        • May 2014
        • 190

        #4
        Did you try:

        hostname or ip address
        (http://ip address:8080/WebChatApp/)

        For additional information see also TTrace WebChatApp

        Comment

        • oiduran
          Genius
          • Nov 2013
          • 204

          #5
          Ok, I will check the TTrace!

          Comment

          • marquardt
            Guru
            .
            • May 2014
            • 190

            #6
            Copy WebChatApp.properties from WebChatApp.java.zip

            Do not use the automatic set WebChatApp.properties in Folder conf.

            Copy the WebChatApp.properties from the WebChatApp.java.zip Folder dist.


            Example:

            ################################################## #############################
            # #
            # WebChat Integration Sample © 2012 Avaya, All rights reserved. #
            # #
            ################################################## #############################

            ################################################## ################################################## #####################
            ## WebChatApp settings
            ################################################## ################################################## #####################
            # here the location of the ttrace server is specified
            # when left empty, localhost on 10300 is connected
            TTraceServiceHost=localhost
            TTraceServicePort=10300
            # The list of topics that can be connected
            # the format of the list is comma separated: <entry>,<entry>,......
            # an entry has the format <TopicID>:<JabberID> where TopicID must not contain spaces
            # keep in Mind, that the topicid must ONLY contain alpha numeric characters
            Topics=Support:chattopic1@vmstulab101,Sales:chatto pic2@vmstulab101,Service:chattopic3@vmstulab101

            ################################################## ################################################## #####################
            ## WebChatProxy specific settings (in the app the proxy runs in internal mode)
            ################################################## ################################################## #####################
            # Connecting to a XMPP Server and establishing a chat session requires a set of parameters
            # Some of the parameters you specify here and the rest you will require to provide when using the
            # Proxy's WebService or API. The Parameters you specify here are constant for every chat session
            #
            # The Host name of a XMPP server
            WebChatProxy.XMPPServerHost=localhost
            # the port where the XMPP server waits for client connections
            WebChatProxy.XMPPServerPort=5222
            # the XMPP domain where the users reside which use the proxy to connect to the XMPP server
            WebChatProxy.XMPPServerDomain=localhost

            Comment

            • oiduran
              Genius
              • Nov 2013
              • 204

              #7
              I had that copy folder webchat initially works and It's OK. But I unknow the reason.

              Comment

              • marquardt
                Guru
                .
                • May 2014
                • 190

                #8
                Does the web chat work?

                Are there any issues open?

                Comment

                • oiduran
                  Genius
                  • Nov 2013
                  • 204

                  #9
                  Excuse me, I dont understand your question.

                  Comment

                  Loading