Defining the application

When you deploy your application in production, you will be running it in a node. This allows you to start the application automatically and make sure it is always ready to answer calls.

To run an application in a node, you need to create an AppName entry in the configuration database. This specifies the properties of the application, including the application name referred to in the number-to-application mapping (in this example, “weather”):

AppName=weather
 Parameter=URI,https://my.secureserver/samples/weather.vxml
 AppClass=com.ibm.wvr.vxml2.DTVoicelet2
;

CCXML applications require some additional configuration parameters in default.cff. See Running CCXML applications in a node.