BEA Logo BEA Tuxedo Release 7.1

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

 

   Tuxedo Doc Home   |   Installation   |   Topic List   |   Previous   |   Next   |   Contents

   Installing the BEA Tuxedo System

Setting Up Your Environment for the BEA Administration Console

To run the BEA Administration Console, you need to set up two server processes:

Starting tuxwsvr

To start tuxwsvr on this platform . . .

Enter the following command . . .

UNIX system

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

Windows NT system (at an MS-DOS prompt)

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

The BEA Tuxedo installation procedure 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, you may decide to move your Java files to a non-default directory. In that case, you would need to edit the path names in the initialization file appropriately. For details, see the tuxwsvr(1) reference page in the BEA Tuxedo Command Reference.

Starting wlisten

To start wlisten, complete the following procedure.

  1. Check the webgui.ini file (located in %TUXDIR%\udataobj\webgui on Windows NT and in $TUXDIR/udataobj/webgui on UNIX systems) 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