To ensure that each call for a Java or VoiceXML application is answered, it is essential that sufficient copies of the application are running all the time. This means that you need to start the applications as soon as the node is started. To achieve this, define a GroupName configuration entry that identifies the applications to be started, and then add the name of this group to the NodeName entry of an application node. (Ten identical Application keywords mean ten instances will be started.)
# A group that contains two instances of the pizzas application GroupName=pizza_ordering Application=pizzas Application=pizzas ; NodeName=Node1 NodeClassPath=/home/dtuser/myapps/pizzas.jar NodeDefLocale=en_GB NumToApp=123456,pizzas Group=pizza_ordering ;
Figure 1 shows an example of the configuration entries necessary as a series of nested boxes. (Figure 1 shows the equivalent picture, when the application is started in an application node.)