BEA Logo BEA Tuxedo Release 8.0

  BEA Home  |  Events  |  Solutions  |  Partners  |  Products  |  Services  |  Download  |  Developer Center  |  WebSUPPORT

 

   Tuxedo Documentation   |   Using the BEA Tuxedo Domains Component   |   Local Topics   |   Previous Topic   |   Next Topic   |   Contents

 


How to Define Domains Parameters for rapp (in the DMCONFIG File)

For the sample remote Domain gateway configuration file, rapp.dom, only the required parameters are defined. Default settings are used for optional parameters.

This configuration file is similar to the local Domains gateway configuration file. The difference is that the two files list different services to be exported and imported.

The DM_LOCAL_SERVICES section provides information about the services exported by each local domain. In this example, the TOUPPER service is exported and included in the DM_LOCAL_SERVICES section. No service is imported so there are no entries in the DM_REMOTE_SERVICES section of our sample file.

Example of a Domain Gateway Configuration File for rapp

Example of a Domain Gateway Configuration File (rapp.dom)

# rapp.dom
#
*DM_LOCAL_DOMAINS
RAPP        GWGRP=RGWGRP
TYPE=TDOMAIN
DOMAINID="222222"
*DM_REMOTE_DOMAINS
LAPP        TYPE=TDOMAIN
DOMAINID="111111"
*DM_TDOMAIN
RAPP        NWADDR="//mach2:5000"           
LAPP        NWADDR="//mach1:5000"           
*DM_LOCAL_SERVICES
TOUPPER
*DM_REMOTE_SERVICES

 

back to top previous page next page