enableThinClientConnBalancing

enableThinClientConnBalancing();

The enableThinClientConnBalancing method of the Application class enables connections from presentation clients to be balanced across a group of application servers sharing the same value of the AppServerGroupName parameter in the [JadeAppServer] section of the JADE initialization file.

This method must be run successfully by at least one JADE process in the application server node. The application server is registered with the database server and the process becomes a redirection assistant. When all processes in an application server that are marked as redirection assistants terminate, the application server stops redirecting presentation clients.

If the method does not run successfully, exceptions are raised to report configuration errors (for example, a blank value for the AppServerGroupName parameter), and information is output to the JADE message log file. If the method runs successfully, an entry in the JADE message log file records that connection balancing is enabled.

Call the enableThinClientConnBalancing method in the initialization method of a server application started by specifying the ServerApplication parameter in the [JadeAppServer] section of the JADE initialization file.