Here is an example default.cff which defines two nodes on the same host. The VR Node (VRNode1) runs the CCXML Interpreter, the Application node (Node2) runs the VRBE VXML browser.
#--------------------------------------------------------------------------- # File Name : default.cff # Descriptive File Name : default configuration file # # Minimal configuration example for CCXML installation on AIX # #--------------------------------------------------------------------------- # (C) Copyright IBM Corp. 2004, 2009 # The source code for this program is not published or otherwise divested # of its trade secrets, irrespective of what has been deposited with the US # Copyright Office. #--------------------------------------------------------------------------- #CCXML Service definition CCXService=ccx1 Enabled=yes InitialURI = file:///var/dirTalk/DTBE/native/aix/ccxml/start.ccxml DefAppService=VRNode1 CacheLimit=16M ; AppName=CCXMLVoiceXMLBrowser Enabled=yes AppClass=com.ibm.wvr.vxml2.DTVoicelet2 Parameter=DynamicURI,yes ; # This enables the CCXML application to be started automatically GroupName=group1 Enabled=yes Application=CCXMLVoiceXMLBrowser Application=CCXMLVoiceXMLBrowser ; NodeName=VRNode1 NumToApp=*,ccx1 NodeDefLocale=en_US Enabled=yes VRNode=yes CCXAppService=ccx1 NumToApp=1000,app1 #unmanaged apps NumToApp=1001,app2 #all other numbers launch the default app ; NodeName=Node2 NodeDefHost=host1 NodeDefVRNode=VRNode1 Enabled=yes Group=group1 ; HostName=host1 Enabled=yes IPName=localhost Node=VRNode1 Node=Node2 ;