BEA WebLogic Server 10.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/920/domain
complexType network-access-pointType

{http://www.w3.org/2001/XMLSchema}anyType
  {http://www.bea.com/ns/weblogic/920/domain}configurationType
      {http://www.bea.com/ns/weblogic/920/domain}network-access-pointType

Model
<...>
name?, notes?, protocol?, listen-address?, public-address?, listen-port?, public-port?, proxy-address?, proxy-port?, http-enabled-for-this-protocol?, accept-backlog?, max-backoff-between-failures?, login-timeout-millis?, tunneling-client-ping-secs?, tunneling-client-timeout-secs?, tunneling-enabled?, complete-message-timeout?, timeout-connection-with-pending-responses?, idle-connection-timeout?, connect-timeout?, max-message-size?, outbound-enabled?, channel-weight?, cluster-address?, enabled?, max-connected-clients?, two-way-ssl-enabled?, channel-identity-customized?, custom-private-key-alias?, private-key-alias?, private-key-pass-phrase?, custom-private-key-pass-phrase-encrypted?, client-certificate-enforced?, outbound-private-key-enabled?, use-fast-serialization?, idle-iiop-connection-timeout?, ssl-listen-port?, external-dns-name?, login-timeout-millis-ssl?, complete-t3-message-timeout?, complete-http-message-timeout?, complete-com-message-timeout?, complete-iiop-message-timeout?, custom-properties?
</...>
Prohibited substitutions (block)
none (extensions and restrictions are allowed)
Usage
Derived types: none
Components using this type: none
Documentation

A server can specifiy additional network connections by using a NetworkAccessPointMBean. The NetworkAccessPointMBean is also used to set the listen address and external DNS name that a server uses for a particular channel.

MBean: NetworkAccessPointMBean


Nested Element Summary
annonymous type derived from stringname optional
           
stringnotes optional
          

Optional information that you can include to describe this configuration.

 
stringprotocol optional
          

The protocol this network channel should use for connections.

 
stringlisten-address optional
          

The IP address or DNS name this network channel uses to listen for incoming connections.

 
stringpublic-address optional
          

The IP address or DNS name representing the external identity of this network channel.

 
intlisten-port optional
          

The default TCP port this network channel uses to listen for regular (non-SSL) incoming connections.

 
intpublic-port optional
          

The externally published listen port for this network channel.

 
stringproxy-address optional
          

The IP address or DNS name of the HTTP proxy to use for outbound connections on this channel.

 
intproxy-port optional
          

The port of the HTTP proxy to use for outbound connections on this channel.

 
booleanhttp-enabled-for-this-protocol optional
          

A server can specifiy additional network connections by using a NetworkAccessPointMBean.

 
annonymous type derived from intaccept-backlog optional
          

The number of backlogged, new TCP connection requests that this network channel allows.

 
annonymous type derived from intmax-backoff-between-failures optional
          

The maximum back off time between failures while accepting client connections.

 
annonymous type derived from intlogin-timeout-millis optional
          

The amount of time that this network channel should wait for a connection before timing out.

 
annonymous type derived from inttunneling-client-ping-secs optional
          

The interval (in seconds) at which this network channel should ping an HTTP-tunneled client to see if its still alive.

 
annonymous type derived from inttunneling-client-timeout-secs optional
          

The amount of time (in seconds) after which this network channel considers a missing HTTP-tunneled client to be dead.

 
booleantunneling-enabled optional
          

A server can specifiy additional network connections by using a NetworkAccessPointMBean.

 
annonymous type derived from intcomplete-message-timeout optional
          

The maximum amount of time this network channel waits for a complete message to be received.

 
booleantimeout-connection-with-pending-responses optional
          

Determines if connections with pending responses are allowed to timeout.

 
annonymous type derived from intidle-connection-timeout optional
          

The maximum amount of time (in seconds) that a connection is allowed to be idle before it is closed by this network channel.

 
annonymous type derived from intconnect-timeout optional
          

The amount of time that this network channel should wait to establish an outbound socket connection before timing out.

 
annonymous type derived from intmax-message-size optional
          

The maximum message size allowable in a message header.

 
booleanoutbound-enabled optional
          

A server can specifiy additional network connections by using a NetworkAccessPointMBean.

 
annonymous type derived from intchannel-weight optional
          

A weight to give this channel when creating server-to-server connections.

 
stringcluster-address optional
          

The address this network channel uses to generate EJB handles and failover addresses for use in a cluster.

 
booleanenabled optional
          

A server can specifiy additional network connections by using a NetworkAccessPointMBean.

 
intmax-connected-clients optional
          

The maximum number of clients that can be connected on this network channel.

 
booleantwo-way-ssl-enabled optional
          

A server can specifiy additional network connections by using a NetworkAccessPointMBean.

 
booleanchannel-identity-customized optional
          

A server can specifiy additional network connections by using a NetworkAccessPointMBean.

 
stringcustom-private-key-alias optional
          

The string alias used to store and retrieve the channel's private key in the keystore.

 
stringprivate-key-alias optional
          

The string alias used to store and retrieve the channel's private key in the keystore.

 
stringprivate-key-pass-phrase optional
          

The passphrase used to retrieve the server's private key from the keystore.

 
stringcustom-private-key-pass-phrase-encrypted optional
          

The encrypted form of passphrase used to retrieve the server's private key from the keystore.

 
booleanclient-certificate-enforced optional
          

A server can specifiy additional network connections by using a NetworkAccessPointMBean.

 
booleanoutbound-private-key-enabled optional
          

A server can specifiy additional network connections by using a NetworkAccessPointMBean.

 
booleanuse-fast-serialization optional
          

Specifies whether to use non-standard object serialization for performance.

 
annonymous type derived from intidle-iiop-connection-timeout optional
          

Privileges:

Redeploy or Restart required: Changes take effect after you redeploy the module or restart the server.

 
intssl-listen-port optional
          

Privileges:

Redeploy or Restart required: Changes take effect after you redeploy the module or restart the server.

 
stringexternal-dns-name optional
          

Privileges:

Redeploy or Restart required: Changes take effect after you redeploy the module or restart the server.

 
annonymous type derived from intlogin-timeout-millis-ssl optional
          

Privileges:

Redeploy or Restart required: Changes take effect after you redeploy the module or restart the server.

 
annonymous type derived from intcomplete-t3-message-timeout optional
          

Privileges:

Redeploy or Restart required: Changes take effect after you redeploy the module or restart the server.

 
annonymous type derived from intcomplete-http-message-timeout optional
          

Privileges:

Redeploy or Restart required: Changes take effect after you redeploy the module or restart the server.

 
annonymous type derived from intcomplete-com-message-timeout optional
          

Privileges:

Redeploy or Restart required: Changes take effect after you redeploy the module or restart the server.

 
annonymous type derived from intcomplete-iiop-message-timeout optional
          

Privileges:

Redeploy or Restart required: Changes take effect after you redeploy the module or restart the server.

 
stringcustom-properties optional
          

Privileges:

Redeploy or Restart required: Changes take effect after you redeploy the module or restart the server.

 

BEA WebLogic Server 10.0 Domain Configuration Schema Reference

Version: 10.0