Running CCXML applications in a node

A CCXService must be defined in configuration file default.cff to enable the CCXML Browser to be run in a node:

#CCXML Service definition
CCXService=serviceName
   Enabled=yes
   InitialURI = ccxml uri
   DefAppService=nodeName
; 

You can do this either by using the dtjit configuration tool as described in Updating the configuration database, or by manually editing configuration file default.cff.

You can configure a CCXService in one of two ways: The default is for all calls to go to the same browser session.
To start a new session for each new call received, the following line is added to the CCXService definition:
SingleCall=yes

To start a CCXML Browser service in a node, following line is added to the node definition:

CCXAppService=serviceName
One or more CCXML Browser services can be started in a node.