Secondary keywords for application nodes only

The NodeDefHost and NodeDefVRNode keywords allow you to write an application without having to worry about where the voice response node is. If an application is started in an application node, it uses the voice response node specified by NodeDefVRNode and NodeDefHost in the application node’s NodeName entry.

NodeDefHost
The host name of the voice response node specified by NodeDefVRNode. Mandatory for application nodes, but ignored for voice response nodes.
NodeDefVRNode
The name of the default voice response node to be used by all applications running in this node. The host name is specified by NodeDefHost. Mandatory for application nodes, but ignored for voice response nodes.

Note: This was formerly known as NodeDefTS.

# Application node running a group of applications called CurrentTest
# Using a NodeClassPath because there is a production version of the
# application in mybeans.jar in use on another node.
NodeName=Test
  VRNode=no
  NodeDefVRNode=VRNode1
  NodeDefHost=legs11
  NodeClassPath=/j/test/mybeans.jar
  Group=CurrentTest
;