Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 2 Getting Started : Preparing Tuxedo

Preparing Tuxedo
This section describes how to prepare Tuxedo for this example.
Follow these steps to prepare your Tuxedo environment for this example:
1.
Go to the TIBCO_HOME\adapter\adtuxedo\veriosn_number\examples\AgentBased\PurchaseOrder folder.
2.
Open the make.bat file to modify the following variables. For example, set the following values to the variables:
set TUXDIR=c:\bea\tuxedo8.1
set WSNADDR=//192.168.66.44:8100
set TUX_ADAPTER_HOME=TIBCO_HOME\adapter\adtuxedo\veriosn_number
set TIBCO_RV_HOME=TIBCO_HOME\tibrv\veriosn_number
3.
Open the ubbagent file to modify the following variables. For example, set the following values to the variables:
*MACHINES
MYMACHINE LMID=SITE3
TUXDIR="c:\bea\tuxedo8.1"
APPDIR="TIBCO_HOME\adapter\adtuxedo\veriosn_number\examples\AgentBased\PurchaseOrder"
TUXCONFIG="TIBCO_HOME\adapter\adtuxedo\veriosn_number\examples\AgentBased\PurchaseOrder\tuxconfig"
ULOGPFX="TIBCO_HOME\adapter\adtuxedo\veriosn_number\examples\AgentBased\PurchaseOrder\ulog"
MAXWSCLIENTS=10
WSL SRVGRP=GROUP1 SRVID=3
CLOPT="-A -- -n //192.168.66.44:8100 -m 1 -M 10 -x 1"
4.
Navigate to the APPDIR directory from a command line and run the make.bat file as follows. This sets the environment variables, creates the Tuxedo configuration files, creates the executables, and boots the Tuxedo services.
TIBCO_HOME\adapter\adtuxedo\veriosn_number\examples\AgentBased\PurchaseOrder make

Copyright © TIBCO Software Inc. All Rights Reserved