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

Configuring Your Application Using Command-line Utilities

You can configure your application by using command-line utilities such as the vi text editor. Specifically, you can use command-line utilities to write the configuration file, UBBCONFIG, and translate the file from a text format (UBBCONFIG) to a binary format (TUXCONFIG), by running the tmloadcf command. Then you are ready to boot your application.

You can dynamically administer your configuration by adding servers or machines, deleting machines, and so forth. Updating TUXCONFIG (the binary file version), however, does not update the UBBCONFIG (the text file version). To synchronize both files, you need to back them up. To do this, you translate the binary file back to text by running the tmunloadcf command.

Note: The UBBCONFIG is generated and stored by the application administrator in the application directory (APPDIR).

Following is a list of common command-line utilities that you can use to configure your application.

See Also