3.12 Step 10: Start the Oracle Tuxedo CORBA Application
Use the tmboot
command to start the server processes in your Oracle Tuxedo CORBA application. The CORBA application is usually booted from the machine designated as the MASTER
in the RESOURCES
section of the UBBCONFIG
file.
For the tmboot
command to find executables, the
Oracle Tuxedo system processes must be located in the
$TUXDIR/bin
directory. Server applications should be
in APPDIR,
as specified in the configuration file.
When booting server applications, the tmboot
command uses the CLOPT
, SEQUENCE
, SRVGRP
, SRVID
, and MIN
parameters from the configuration file. Server applications are booted in the order in which they appear in the configuration file.
For more information about using the tmboot
command, see File Formats, Data Descriptions, MIBs, and System Processes Reference in the Oracle Tuxedo online documentation.
Parent topic: Developing Oracle Tuxedo CORBA Applications