Using the Tuxedo Workstation client
Throughout the chapters so far, we have used the Tuxedo XATMI API for developing clients and accessing the application running on the same machine. But what if we need to access the Tuxedo application from a different machine over the network? The answer to that is the Workstation component that Tuxedo offers out of the box. The main benefit is that you can develop remote clients using the same API as local (native) clients and you have access to the same features including calling any service, starting and finishing transactions.
Let's see how this works with a simple application and an ubbconfig
file with the following content:
*RESOURCES MASTER tuxapp MODEL SHM IPCKEY 32769 *MACHINES "15c365dcb562" LMID=tuxapp TUXCONFIG="/home/oracle/code/10/tuxconfig" TUXDIR="/home/oracle/tuxhome/tuxedo12.2.2.0.0" APPDIR="/home/oracle/code/10...