WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

WTCLocalTuxDom

 


Description

This interface provides access to the WTC local Tuxedo Domain configuration attributes. The methods defined herein are applicable for WTC configuration at the WLS domain level.

 


Syntax

<WTCLocalTuxDom
AccessPoint="String"
AccessPointId="String"
BlockTime="number"
CmpLimit="number"
ConnPrincipalName="String"
ConnectionPolicy=( "ON_DEMAND" | "ON_STARTUP" | "INCOMING_ONLY" )
Interoperate="String"
MaxEncryptBits=( "0" | "40" | "56" | "128" )
MaxRetries="number"
MinEncryptBits=( "0" | "40" | "56" | "128" )
NWAddr="String"
Name="String"
Notes="String"
RetryInterval="number"
Security=( "NONE" | "APP_PW" | "DM_PW" )
/>

 


Parent Elements

 


Attributes

Table 72-1 WTCLocalTuxDom attributes

Attribute

Description

Range of Values and Default

AccessPoint

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.

Admin Console field label: Access Point

AccessPointId

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

Admin Console field label: Access Point Id

BlockTime

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

Admin Console field label: Blocking Time Out

Required: no

Default: 60

Minimum: 0

Maximum: 231-1

CmpLimit

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

Admin Console field label: Compression Limit

Required: no

Default: 231-1

Minimum: 0

Maximum: 231-1

ConnPrincipalName

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

Admin Console field label: Connection Principal Name

Required: no

ConnectionPolicy

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

Admin Console field label: Connection Policy

Required: no

Default: ON_DEMAND

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.

Admin Console field label: Interoperate

Required: no

Default: No

MaxEncryptBits

Defines the maximum encryption key length (in bits) used when establishing a network connection for a local domain.


  • A value of 0 indicates no encryption is used.

  • The value of the MaxEncryptBits attribute must be greater than or equal to the value of the MinEncrypBits attribute.

  • A MaxEncryptBits of 40 can be used only with domains running Tuxedo 7.1 or higher.

Admin Console field label: Max Encryption Level

Required: no

Default: 128

Secure value: "128"

MaxRetries

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

Admin Console field label: Max Retries

Required: no

Default: 263-1

Minimum: 0

Maximum: 263-1

MinEncryptBits

Defines the minimum encryption key length (in bits) used when establishing a network connection for a local domain.


  • A value of 0 indicates no encryption is used.

  • The value of the MinEncrypBits attribute must be less than or equal to the value of the MaxEncrypBits attribute.

  • A MinEncrypBits of 40 can be used only with domains running Tuxedo 7.1 or higher.

Admin Console field label: Min Encryption Level

Required: no

Default: 0

Secure value: "40"

NWAddr

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.

Admin Console field label: Network Address

Name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Required: no

Notes

Optional information that you can include to describe this configuration.

Required: no

RetryInterval

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

Admin Console field label: Retry Interval

Required: no

Default: 60

Minimum: 0

Maximum: 231-1

Security

Defines the type of application security enforced.


  • NONE: No security is used.

  • APP_PW: Password security is enforced when a connection is established from a remote domain. The application password is defined in the WTCResourcesMBean.

  • DM_PW: Domain password security is enforced when a connection is established from a remote domain. The domain password is defined in the WTCPasswordsMBean.

Admin Console field label: Security

Required: no

Default: NONE

Secure value: "DM_PW"

 

Back to Top Previous Next