2.4.1 Step 1: The CORBA Server Application Is Initialized
The system administrator enters the tmboot
command on a machine in the Oracle Tuxedo domain to start the Oracle Tuxedo CORBA server application. The TP Framework invokes the initialize()
operation in the Server
object to initialize the server application.
Figure 2-5 CORBA Server Application

During the initialization process, the Server object does the following:
- Uses the Bootstrap object or INS to obtain a reference to the FactoryFinder object.
- Typically registers any factories with the FactoryFinder object.
- Optionally gets an object reference to the ORB.
- Performs any process-wide initialization.