AppName configuration entry

This keyword defines an application, which is essentially a pointer to the Java class that provides the main entry point to a voice response service.

This Java class can invoke other classes to do some of the work, but these do not have to be defined in the configuration. The name of the entry must match the name specified in the NumToApp mapping in the NumToApp keyword of the NodeName configuration entry.

All applications that you want to run in a node, as opposed to running them from Rational Application Developer, must be defined in the configuration. If you are running a Java application, the information specified in the AppName entry overrides the information specified in the ApplicationProperties. For more guidance, see Putting your application into production.