bea.com | products | dev2dev | support | askBEA
 Download Docs   Site Map   Glossary 
Search

Administration Console Online Help

 Previous Next Contents Index  

 


Resources --> Configuration

Tasks     Related Topics     Attributes

Overview

Use to specify field table classes, reference view buffer structures, and application passwords for domains.

Tasks

Creating a Resource

Related Topics

Configuring WebLogic Tuxedo Connector

Attributes

Table 11-10

Attribute Label

Description

Value Constraints

FldTbl classes

The names of FldTbl16Classes which are loaded via a class loader and added to a FldTbl array.

  • Used fully qualified names of the desired classes.

  • Use a comma-separated list to enter multiple classes.

MBean: weblogic.management.
configuration.
WTCResourcesMBean

Attribute: FldTbl16Classes


FldTbl32 classes

The names of FldTbl32Classes which are loaded via a class loader and added to a FldTbl array.

  • Used fully qualified names of the desired classes.

  • Use a comma-separated list to enter multiple classes.

MBean: weblogic.management.
configuration.
WTCResourcesMBean

Attribute: FldTbl32Classes


ViewTbl classes

The names of ViewTbl16Classes which are loaded via a class loader and added to a ViewTbl array.

  • Used fully qualified names of the desired classes.

  • Use a comma-separated list to enter multiple classes.

MBean: weblogic.management.
configuration.
WTCResourcesMBean

Attribute: ViewTbl16Classes


ViewTbl32 classes

The names of ViewTbl32Classes which are loaded via a class loader and added to a ViewTbl array.

  • Used fully qualified names of the desired classes.

  • Use a comma-separated list to enter multiple classes.

MBean: weblogic.management.
configuration.
WTCResourcesMBean

Attribute: ViewTbl32Classes


App Password

The application password as returned from the genpasswd utility. This Tuxedo application password is the encrypted password used to authenticate connections.

MBean: weblogic.management.
configuration.
WTCResourcesMBean

Attribute: AppPassword


App Password IV

The initialization vector used to encrypt the AppPassword. It is returned from the genpasswd utility with the AppPassword.

MBean: weblogic.management.
configuration.
WTCResourcesMBean

Attribute: AppPasswordIV


TpUsr File Path

The full path to TPUSR file containing Tuxedo UID/GID information. This file is the same one generated by the Tuxedo tpusradd utility on the remote Tuxedo domain. Username, UID, and GID information must be included and valid for correct authorization in Tuxedo.

MBean: weblogic.management.
configuration.
WTCResourcesMBean

Attribute: TpUsrFile


 

Back to Top Previous Next