Administration Console Online Help

 Previous Next Contents Index  

 


Remote Tuxedo Domains --> General

Tasks     Additional Documentation     Attributes

Overview

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

Tasks

Creating a Remote Tuxedo Domain

Additional Documentation

(Requires an Internet connection.)

Configuring WebLogic Tuxedo Connector

Attributes

Attribute Label

Description

Value Constraints

Access Point

Defines a unique name within the scope of MBean types WTCLocalTuxDom and WTCRemoteTuxDom used to identify the access point or domain.

MBean: weblogic.management.
configuration.
WTCRemoteTuxDomMBean

Attribute: AccessPoint

Readable: yes

Writable: yes

Access Point Id

Defines the domain access point identifier. This identifier is unique across all local and remote domain access points.

MBean: weblogic.management.
configuration.
WTCRemoteTuxDomMBean

Attribute: AccessPointId

Readable: yes

Writable: yes

Local Access Point

Defines the local domain name from which a remote domain is reached.

MBean: weblogic.management.
configuration.
WTCRemoteTuxDomMBean

Attribute: LocalAccessPoint

Readable: yes

Writable: yes

Network Address

Defines 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

Readable: yes

Writable: yes

Federation URL

Defines 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

Readable: yes

Writable: yes

Federation Name

Defines 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

Readable: yes

Writable: yes



 

Back to Top Previous Next