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 Define the Domains Environment for lapp (in the ubbconfig File)

For the sample local application configuration file, lapp.ubb, only the required parameters are defined. Default settings are used for the other parameters.

Two server groups are defined:

Server Definitions

Example of an Application Configuration File for lapp

Example of an Application Configuration File (lapp.ubb)


# lapp.ubb
#
*RESOURCES
IPCKEY 111111

MASTER        LAPP
MODEL SHM

*MACHINES
giselle

              LMID=LAPP
TUXDIR="/opt/tuxedo"
APPDIR="/home/lapp"
TUXCONFIG="/home/lapp/lapp.tux"

*GROUPS

LDMGRP        GRPNO=1 LMID=LAPP
LGWGRP GRPNO=2 LMID=LAPP

*SERVERS

DMADM         SRVGRP=LDMGRP SRVID=1
GWADM SRVGRP=LGWGRP SRVID=1
GWTDOMAIN SRVGRP=LGWGRP SRVID=2 REPLYQ=N

*SERVICES