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
|