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

Administration Console Online Help

 Previous Next Contents Index  

 


Local WLS Domains --> General

Tasks     Related Topics     Attributes

Overview

Local WLS Domains provide a view of local domains as they appears to other (remote) domains. You must have at least one Local WLS Domain in a WTCServer configuration.

Tasks

Creating a Local WLS Domain

Related Topics

Configuring WebLogic Tuxedo Connector

Attributes

Table 11-4

Attribute Label

Description

Value Constraints

Access Point

Defines a name used to identify a domain in a WTCServer MBean. This name must be unique within the scope of WTCLocalTuxDom and WTCRemoteTuxDom AccessPoint names in a WTCServer MBean.

MBean: weblogic.management.
configuration.
WTCLocalTuxDomMBean

Attribute: AccessPoint


Access Point Id

The connection principal name used to identify a domain when establishing a connection to another domain.

The AccessPointId of a WTCLocalTuxDom MBean must match the corresponding DOMAINID in the *DM_REMOTE_DOMAINS section of your Tuxedo DMCONFIG file.

MBean: weblogic.management.
configuration.
WTCLocalTuxDomMBean

Attribute: AccessPointId


Network Address

The network address of the local domain gateway. Specify the TCP/IP address in one of the following formats:

  • //hostname:port_number

  • //#.#.#.#:port_number

If the hostname is used, the domain 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 domain process listens for incoming requests.

MBean: weblogic.management.
configuration.
WTCLocalTuxDomMBean

Attribute: NWAddr


 

Back to Top Previous Next