The runtime adapter parses a properties file at startup. The default runtime adapter properties files are named
adtuxedo_wrkstn.tra and
adtuxedo_native.tra. Which TRA file you should use is determined by the client type you are using.
The default properties files are located in the bin subdirectory of the adapter installation directory.
Each line in a properties file is a single property. Each property consists of a key and a value. The key starts with the first non-whitespace character and ends at the first "
=", "
:", or whitespace character. The value starts at the first character after the equal sign (=). For example:
The adtuxedo.authinfo property in the adapter properties file indicates the authorization level set on the Tuxedo server.
TPNOAUTH: No authorization check. This is the default value.
TPAPPAUTH: Application authorization.