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

Administration Console Online Help

 Previous Next Contents Index  

 


Remote Tuxedo Domains --> General

Tasks     Related Topics     Attributes

Overview

Remote Tuxedo Domains provide a view of remote domains as they appears to other (local) domains.

Tasks

Creating a Remote Tuxedo Domain

Related Topics

Configuring WebLogic Tuxedo Connector

Attributes

Table 11-8

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.
WTCRemoteTuxDomMBean

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 WTCRemoteTuxDom MBean must match the corresponding DOMAINID in the *DM_LOCAL_DOMAINS section of your Tuxedo DMCONFIG file.

MBean: weblogic.management.
configuration.
WTCRemoteTuxDomMBean

Attribute: AccessPointId


Local Access Point

The local domain name from which a remote domain is reached.

MBean: weblogic.management.
configuration.
WTCRemoteTuxDomMBean

Attribute: LocalAccessPoint


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.
WTCRemoteTuxDomMBean

Attribute: NWAddr


Federation URL

The URL for a foreign name service that is federated into JNDI. If omitted:

  • WebLogic Tuxedo Connector assumes there is a CosNaming server in the foreign domain.

  • WebLogic Tuxedo Connector federates to the CosNaming server using TGIOP.

WebLogic Tuxedo Connector can to federate to non-CORBA service providers.

MBean: weblogic.management.
configuration.
WTCRemoteTuxDomMBean

Attribute: FederationURL


Federation Name

The context at which to federate to a foreign name service. If omitted then the federation point is tuxedo.domains.

MBean: weblogic.management.
configuration.
WTCRemoteTuxDomMBean

Attribute: FederationName


 

Back to Top Previous Next