Previous Topic: GUI, COM, and C Proxy Clients Using Tuxedo as the Communication TypeNext Topic: Client Generation Considerations


Adding WSL

The GROUPS and the SERVERS section in the UBBCONFIG file must be modified to add a new server called the Workstation Listener (WSL).

The following must be completed before a Client using Tuxedo as the communication type can access the Tuxedo servers.

Sample UBBCONFIG File

…
*GROUPS
…
WSL_GROUP GRPNO=1
…
*SERVERS
…
#Workstation Listener Server
WSL
   SRVGRP=WSL_GROUP
   SRVID=1
   REPLYQ=Y
   CLOPT=”-A-- -n//wslHostName:wslPortNumber”