BEA Logo BEA Tuxedo Release 7.1

  Corporate Info  |  News  |  Solutions  |  Products  |  Partners  |  Services  |  Events  |  Download  |  How To Buy

 

   Tuxedo Doc Home   |   Administration   |   Topic List   |   Previous   |   Next   |   Contents

   Using the BEA Tuxedo Domains Component

How to Compile Application and Domains Gateway Configuration Files for lapp

The local application configuration file (lapp.ubb) contains the information necessary to boot the local application. You must compile this file into a binary data file (lapp.tux) by running tmloadcf(1).

The local domain gateway configuration file (lapp.dom) contains the information used by the domain gateway for one domain for communication with other domains. You must compile this file into a binary data file (lapp.bdm) by running dmloadcf(1).

To compile both configuration files, complete the procedure shown in the following sample session.

$ cd /home/lapp
$ TUXCONFIG=/home/lapp/lapp.tux; export
TUXCONFIG
$ tmloadcf -y lapp.ubb
$ BDMCONFIG=/home/lapp/lapp.dom; export BDMCONFIG
$ dmloadcf -y lapp.dom

Once you create both the local and remote domains, you can then boot the application using tmboot(1). The order in which the two domains are booted does not matter. Monitor the applications with dmadmin(1). Once both applications are booted, a client in the local application can call the TOUPPER service residing in the remote application.

$ tmboot -y