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.
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
;