BEA Logo BEA Tuxedo Release 7.1

  Corporate Info  |  News  |  Solutions  |  Products  |  Partners  |  Services  |  Events  |  Download  |  How To Buy

 

   Tuxedo Doc Home   |   Getting Started   |   Topic List   |   Previous   |   Next   |   Contents

   Introducing the BEA Tuxedo System

Creating the Configuration File

Application configuration data is maintained in the UBBCONFIG, an ordinary text file on the MASTER machine. The configuration file (UBBCONFIG) is a repository that contains all the information necessary to boot an application, such as lists of its resources, machines, groups, servers, available services, and so on. Once written, the UBBCONFIG file is compiled into a binary file, TUXCONFIG. (If you are developing a multi-domain application, you must provide a configuration file for each domain in the application.) An application cannot run without a configuration file.

The UBBCONFIG file consists of eight sections, five of which are required for all configurations: RESOURCES, MACHINES, GROUPS, SERVERS, and SERVICES. The RESOURCES and MACHINES sections must be the first and second sections, respectively (as illustrated in the following diagram). GROUPS must be ahead of SERVERS and SERVICES.

UBBCONFIG File

Your particular configuration determines which sections of the UBBCONFIG file are required. Once you have written your UBBCONFIG file, you must compile it into a binary file called TUXCONFIG. You can generate your TUXCONFIG file by running the the tmloadcf(1) command or by using the BEA Administration Console.

See Also