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

Administration Console Online Help

 Previous Next Contents Index  

 


Local WLS Domains --> Connections

Tasks     Related Topics     Attributes

Overview

Use this tab to specify the conditions a local domain gateway uses to create a connection with a remote domain.

Tasks

Configuring Connection Attributes for Local WLS Domains

Related Topics

Configuring WebLogic Tuxedo Connector

Attributes

Table 11-3

Attribute Label

Description

Value Constraints

Connection Policy

The conditions under which a local domain tries to establish a connection to a remote domain.

  • ON_DEMAND: A connection is attempted only when requested by either a client request to a remote service or an administrative connect command.

  • ON_STARTUP: A domain gateway attempts to establish a connection with its remote domain access points at gateway server initialization time. Remote services (services advertised in JNDI by the domain gateway for this local access point) are advertised only if a connection is successfully established to that remote domain access point. If there is no active connection to a remote domain access point, then the remote services are suspended. By default, this connection policy retries failed connections every 60 seconds. Use the MaxRetry and RetryInterval attributes to specify application specific values.

  • INCOMING_ONLY: A domain gateway does not attempt an initial connection to remote domain access points at startup and remote services are initially suspended. The domain gateway is available for incoming connections from remote domain access points and remote services are advertised when the domain gateway for this local domain access point receives an incoming connection. Connection retry processing is not allowed.

MBean: weblogic.management.
configuration.
WTCLocalTuxDomMBean

Attribute: ConnectionPolicy

Default: "ON_DEMAND"

Valid values:

  • "ON_DEMAND"

  • "ON_STARTUP"

  • "INCOMING_ONLY"

Connection Principal Name

The principal name used to verify the identity of this domain when establishing a connection to another domain.

  • This parameter only applies to domains of type TDOMAIN that are running BEA Tuxedo 7.1 or later software.

  • If not specified, the connection pricipal name defaults to the AccessPointID for this domain.

Note: ConnectionPrincipalName is not supported in this release.

MBean: weblogic.management.
configuration.
WTCLocalTuxDomMBean

Attribute: ConnPrincipalName


Retry Interval

The number of seconds between automatic attempts to establish a connection to remote domain access points. Use only when Connection Policy is set to ON_STARTUP.

MBean: weblogic.management.
configuration.
WTCLocalTuxDomMBean

Attribute: RetryInterval

Minimum: 0

Maximum: 2147483647

Default: 60

Max Retries

The number of times that a domain gateway tries to establish connections to remote domain access points. Use only when Connection Policy is set to ON_STARTUP.

  • Use the minimum value to disable the retry mechanism.

  • Use the maximum value to try until a connection is established.

MBean: weblogic.management.
configuration.
WTCLocalTuxDomMBean

Attribute: MaxRetries

Minimum: 0

Maximum: 9223372036854775807

Default: 9223372036854775807

Blocking Time Out

The maximum wait time (seconds) allowed for a blocking call.

MBean: weblogic.management.
configuration.
WTCLocalTuxDomMBean

Attribute: BlockTime

Minimum: 0

Maximum: 2147483647

Default: 60

Interoperate

Specifies whether the local domain interoperates with remote domains that are based upon Tuxedo release 6.5. If Yes, the local domain interoperates with a Tuxedo 6.5 domain.

MBean: weblogic.management.
configuration.
WTCLocalTuxDomMBean

Attribute: Interoperate

Default: "No"

Compression Limit

The compression threshold used when sending data to a remote domain. Application buffers larger than this size are compressed.

MBean: weblogic.management.
configuration.
WTCLocalTuxDomMBean

Attribute: CmpLimit

Minimum: 0

Maximum: 2147483647

Default: 2147483647

 

Back to Top Previous Next