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 the Domains Environment for rapp (in the UBBCONFIG File)

For the sample remote application configuration file, rapp.ubb, only the required parameters are defined. Default settings are used for optional parameters.

The following three server groups are defined:

The following four servers are defined:

Example of an Application Configuration File for rapp

Example of an Application Configuration File (rapp.ubb)

# rapp.ubb
#
*RESOURCES
IPCKEY 222222
MASTER        RAPP
MODEL         SHM

*MACHINES
juliet
              LMID=RAPP
TUXDIR="/opt/tuxedo"
APPDIR="/home/rapp"
TUXCONFIG="/home/rapp/rapp.tux"
*GROUPS
RDMGRP        GRPNO=1 LMID=RAPP
RGWGRP GRPNO=2 LMID=RAPP
APPGRP GRPNO=3 LMID=RAPP
*SERVERS
DMADM         SRVGRP=RDMGRP SRVID=1
GWADM SRVGRP=RGWGRP SRVID=1
GWTDOMAIN SRVGRP=RGWGRP SRVID=2 REPLYQ=N
simpserv SRVGRP=APPGRP SRVID=1
*SERVICES
TOUPPER

 

back to top previous page next page