iTP Active Transaction Pages (iTP ATP) Programmer's Guide

Installing and Running ATP
iTP Active Transaction Pages (iTP ATP) Programmer’s Guide522292-002
2-11
ATP TUXEDO Configuration File
ATP TUXEDO Configuration File
The directives described under the next several headings appear in the file called atp-
tuxedo.config.samples. Modify this file to reflect your NonStop TUXEDO
configuration; then rename or copy the file to /conf/atp-tuxedo.config.
The following lines specify NonStop TUXEDO variables that apply to all the ATP
sample programs. (The Region directive specifies the tuxedo* directory and, within
it, all files with the extension .atp.) For definitions of these environment variables, see
the NonStop Tuxedo manual set or the TPINIT man page.
Region /atp/tuxedo*.atp {
AddCGI TUXEDO_TPINIT_USRNAME User
AddCGI TUXEDO_TPINIT_CLTNAME Client
AddCGI TUXEDO_TPINIT_PASSWD Password
# AddCGI TUXEDO_TPINIT_GRPNAME BANKB1
AddCGI TUXEDO_TPINIT_DATA Data
AddCGI TUXDIR /tuxedoD46
The following lines specify NonStop TUXEDO variables that apply to the sample
banking application. For definitions of these environment variables, see the NonStop
TUXEDO manual set. Change the pathnames to match your configuration.
AddCGI TUXCONFIG /G/DATA02/DJCBACF/TUXCFG
AddCGI FLDTBLDIR /tuxedoD46/udataobj:/home/your_name/bankapp
AddCGI FIELDTBLS Usysflds,bank.flds
Note that if you have selected Tuxedo 6.5 support, change the last line shown above:
From this
AddCGI FIELDTBLS Usysflds,bank.flds
To this
AddCGI FIELDTBLS Usysflds,bankflds
In other words, remove the period.
The following lines apply only to /WS connections. Remove the comment character (#)
and modify the values if appropriate to your configuration:
# AddCGI WSNADDR=0x0002961882fc03de
# AddCGI WSTYPE=NONSTOPKERNEL
}
ATP Add-On Configuration File
This file should not be modified.
ATP Add-On Definitions File
This file should not be modified.
Note. The TUXCONFIG environment variable is case-sensitive even when pointing to a
Guardian file name.