Local Tuxedo Access Points --> General
Tasks Related Topics Attributes
Overview
Local Tuxedo Access Points provide configuration information to connect available remote Tuxedo domains to a WTC Service. You must have at least one Local Tuxedo Access Point configured to create a WTC Service.
Tasks
Creating a Local Tuxedo Access Point
Related Topics
Configuring WebLogic Tuxedo Connector
Attributes
Attribute Label
Description
Value Constraints
Access Point Defines a name used to identify a local Tuxedo access point in a WTC Service. This name must be unique within defined Local Tuxedo Access Points. This allows you to define unique configurations having the same Access Point ID.MBean: weblogic.management.
configuration.
WTCLocalTuxDomMBeanAttribute: AccessPoint
Access Point Id The connection principal name used to identify this local Tuxedo access point when attempting to establish a session connection with a remote Tuxedo access point. The AccessPointId must match the corresponding DOMAINID in the *DM_REMOTE_DOMAINS section of your Tuxedo DMCONFIG file.MBean: weblogic.management.
configuration.
WTCLocalTuxDomMBeanAttribute: AccessPointId
Network Address The network address and port number of this local Tuxedo access point. Specify the TCP/IP address in one of the following formats:
- //hostname:port_number
If the hostname is used, the access point finds an address for hostname using the local name resolution facilities (usually DNS). If dotted decimal format is used, each # should be a number from 0 to 255. This dotted decimal number represents the IP address of the local machine. The port_number is the TCP port number at which the access point listens for incoming requests.MBean: weblogic.management.
- //#.#.#.#:port_number
configuration.
WTCLocalTuxDomMBeanAttribute: NWAddr