BEA Logo BEA 

Tuxedo Release 8.0

  BEA Home  |  Events  |  Solutions  |  Partners  |  Products  |  Services  |  Download  |  Developer Center  |  WebSUPPORT

 

   Tuxedo Doc Home   |   Installing the Tuxedo System   |   Previous Topic   |   Next Topic   |   Contents   |   Index   |   View as PDF

Starting the BEA Tuxedo Administration Console

 

The following sections provide the system requirements for the BEA Tuxedo Administration Console and explain how to start and exit the Console:

 


Hardware Requirements

To run the BEA Tuxedo Administration Console, you need a color display device that meets the following requirements:

 


Operating System Requirements

Given the broad outlines of an application design, you must verify the availability of the operating system resources needed to support your application. Operating system resources include:

For additional information about interprocess communication (IPC) parameters and other system tunables, see the following sections of this document: BEA Tuxedo 8.0 Platform Data Sheets, and IPC Resource Configuration on a UNIX System.

 


Server Requirements

The BEA Tuxedo Administration Console server is supported on the following platforms:

 


Browser Requirements

If used with no encryption (0-bit encryption), the BEA Tuxedo Administration Console is supported on Netscape 4.61 or later.

If used with encryption, the BEA Tuxedo Administration Console requires Java Plug-In 1.3 or higher to be able to run in the browser.

The encryption level for the BEA Tuxedo Administration Console is set with the ENCRYPTBITS parameter in the webgui.ini file for the Console. This parameter specifies the strength of encryption used in communication between the GUI applet and the BEA Tuxedo Administration Console server. The ENCRYPTBITS parameter can be set to 0, 56, or 128. The default value is 128.

The following table lists the browsers and platforms supported when the BEA Tuxedo Administration Console is configured for 56-bit or 128-bit encryption.

This platform . . .

Supports these browsers . . .
(See note after the table.)

And requires the following Java plug-in . . .

Compaq Tru64 UNIX v5.1 on Alpha Systems

Netscape 4.7
Internet Explorer 4.7 and 5.0

1.3 or higher

HP-UX Version 11.0 (32-bit) on HP 9000 Series

Netscape 4.72
Internet Explorer 4.7 and 5.0

1.3 or higher

Microsoft Windows 2000 on Intel

Netscape 4.7
Internet Explorer 4.7 and 5.0

1.3 or higher

Red Hat Linux 6.2 on Intel IA32 (x86)

Netscape 4.7
Internet Explorer 4.7 and 5.0

1.3 or higher

Sun Microsystems Solaris 8 (32-bit) SPARC

Netscape 4.7
Internet Explorer 4.7 and 5.0

1.3 or higher


 

Note: While the Microsoft Internet Explorer browser is supported, the Netscape browser is recommended. If you experience any difficulty using the Internet Explorer browser, use Netscape.

 


Understanding the BEA Tuxedo Administration Console File Tree

During the BEA Tuxedo software installation, the installer program places most of the directories and files for the BEA Tuxedo Administration Console in the webgui directory, as shown in the following figure.

Figure 7-1 BEA Tuxedo Administration Console File Tree


 


 


 

The installer program installs the following HTML files:

The installer program installs the class files for the Java applet in the java directory, and installs the tuxadm program in the cgi-bin directory. The installer assigns an alias pathname for tuxadm, which will be used by Web clients to access tuxadm. The alias pathname is \cgi-bin on a Windows 2000 system and /cgi-bin on a UNIX system.

 


Setting Up Your Environment for the BEA Tuxedo Administration Console

To run the BEA Tuxedo Administration Console, first set up your environment as described in Setting Up Your Environment. (Make sure that your TUXDIR, WEBJAVADIR, and PATH environment variables are set correctly.) Then set up the following two server processes:

After starting the tuxwsvr and wlisten server processes, you can start the BEA Tuxedo Administration Console to monitor the tuxwsvr server and the BEA Tuxedo application.

Starting tuxwsvr

tuxwsvr is a World Wide Web server process that can be used to support the BEA Tuxedo Web GUI by customers who do not have a commercial Web server or a public-domain Web server on the machine on which the BEA Tuxedo Web GUI processes are running. When invoked, tuxwsvr runs in the background unless otherwise specified. It continues running until the machine shuts down or the tuxwsvr process is killed through an operating system command.

To start tuxwsvr on this platform . . .

Enter the following command . . .

Windows 2000 system

tuxwsvr -l //machine:port -i %TUXDIR%\udataobj\tuxwsvr.ini

UNIX system

tuxwsvr -l //machine:port -i $TUXDIR/udataobj/tuxwsvr.ini


 

The BEA Tuxedo installer program creates the tuxwsvr.ini file. Usually, you do not need to edit this file, but under certain circumstances, you may want to do so. For example, if you decide to move your Java files to a nondefault directory, you must edit the pathnames in the initialization file appropriately. For details, see the tuxwsvr(1) reference page in the BEA Tuxedo Command Reference.

Starting wlisten

wlisten is a listener process that receives incoming connections from Web GUI applets and starts a Web GUI gateway process (wgated). All wlisten options are taken from an initialization file that is specified by the -i option. If the -i option is not given, then %TUXDIR%\udataobj\webgui\webgui.ini is used as the default initialization file on a Windows 2000 system, and $TUXDIR/udataobj/webgui/webgui.ini is used as the default initialization file on a UNIX system.

To start wlisten, follow these steps:

  1. Check the webgui.ini file to make sure that the default values assigned to the parameters during installation are appropriate. If they are not, make the necessary changes.

    For example, on a machine called popeye, the default port assigned to wlisten is 4003. To run wlisten with port 6060, edit the NADDR parameter as follows:

    NADDR=//popeye:6060

    For details about other parameters in the webgui.ini file, see the wlisten(1) reference page in the BEA Tuxedo Command Reference.

  2. Enter the following command:
    wlisten

 


Starting the BEA Tuxedo Administration Console

tuxadm is a CGI process used to initialize the Web GUI from a browser. As shown in the "Synopsis" section of the tuxadm(1) reference page, this program can be used only as a location, or URL from a Web browser; normally it is not executed from a standard command-line prompt. Like other CGI programs, tuxadm uses the QUERY_STRING environment variable to parse its argument list.

To start the BEA Tuxedo Administration Console, complete the following four-step procedure:

  1. Start the browser.

  2. Enter the following URL:
    http://machine:port/webguitop.html

    It is assumed that the user of this URL is using tuxwsvr with the tuxwsvr.ini file.

    Note: If you are using a commercial browser on the default port (8080), you can use a URL such as http://ctomsn:8080/webguitop.html.

    The BEA Tuxedo Administration Console entry page, which includes warranty and license notices, is displayed.

  3. To start the BEA Tuxedo Administration Console, select the Click Here to Run the BEA Tuxedo Administration Console prompt at the bottom of the screen. The Login window is displayed.

  4. Enter your login name and password in the appropriate fields, and select LOGIN. The password must be one of the entries in the tlisten.pw file.

    The main window of the BEA Tuxedo Administration Console is displayed.

    The following table contains instructions for accessing additional information about the BEA Tuxedo Administration Console main window.


     

 


Exiting the BEA Tuxedo Administration Console

To exit the BEA Tuxedo Administration Console, choose Domain—>Exit from the menu bar. This menu option closes the current domain and exits the BEA Tuxedo Administration Console applet.

 

back to top previous page next page