BEA WebLogic Server 9.0 Domain Configuration Schema Reference

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

Super Types
{http://www.bea.com/ns/weblogic/90/domain}network-access-pointType (extension)

Documentation
Corresponds to NetworkAccessPointMBean
Properties
This component is not nillable.

Model
<...>
(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 )
</...>


Nested Element Summary
 accept-backlog
          The number of backlogged, new TCP connection requests that this network channel allows. 
xs:booleanchannel-identity-customized
          Whether or not the channel's custom identity should be used. 
 channel-weight
          A weight to give this channel when creating server-to-server connections. 
xs:booleanclient-certificate-enforced
          Specifies whether clients must present digital certificates from a trusted certificate authority to WebLogic Server on this channel. 
xs:stringcluster-address
          The address this network channel uses to generate EJB handles and failover addresses for use in a cluster. 
 complete-com-message-timeout
          The maximum number of seconds spent waiting for a complete COM message to be received. 
 complete-http-message-timeout
          The maximum number of seconds spent waiting for a complete HTTP message to be received. 
 complete-iiop-message-timeout
          The maximum number of seconds spent waiting for a complete IIOP message to be received. 
 complete-message-timeout
          The maximum amount of time this network channel waits for a complete message to be received. 
 complete-t3-message-timeout
          The maximum number of seconds spent waiting for a complete T3 message to be received. 
 connect-timeout
          The amount of time that this network channel should wait to establish an outbound socket connection before timing out. 
xs:stringcustom-private-key-alias
          The string alias used to store and retrieve the channel's private key in the keystore. 
xs:stringcustom-private-key-pass-phrase-encrypted
          
xs:booleanenabled
          Specifies whether this channel should be started. 
xs:stringexternal-dns-name
          The external DNSName for the current server, which will be sent with the session cookies and also with the dynamic server lists to the proxies. 
xs:booleanhttp-enabled-for-this-protocol
          Specifies whether HTTP traffic should be allowed over this network channel. 
 idle-connection-timeout
          The maximum amount of time (in seconds) that a connection is allowed to be idle before it is closed by this network channel. 
 idle-iiop-connection-timeout
          The maximum number of seconds an IIOP connection is allowed to be idle before it is closed by the server. 
xs:stringlisten-address
          The IP address or DNS name this network channel uses to listen for incoming connections. 
xs:intlisten-port
          The default TCP port this network channel uses to listen for regular (non-SSL) incoming connections. 
 login-timeout-millis
          The amount of time that this network channel should wait for a connection before timing out. 
 login-timeout-millis-ssl
          Duration allowed for an SSL login sequence. 
 max-backoff-between-failures
          The maximum back off time between failures while accepting client connections. 
xs:intmax-connected-clients
          The maximum number of clients that can be connected on this network channel. 
 max-message-size
          The maximum message size allowable in a message header. 
xs:booleanoutbound-enabled
          Specifies whether new server-to-server connections may consider this network channel when initiating a connection. 
xs:booleanoutbound-private-key-enabled
          Specifies whether the identity specifed by {@link #getCustomPrivateKeyAlias} should be used for outbound SSL connections on this channel. 
xs:stringprivate-key-alias
          The string alias used to store and retrieve the channel's private key in the keystore. 
xs:stringprivate-key-pass-phrase
          The passphrase used to retrieve the server's private key from the keystore. 
xs:stringprotocol
          The protocol this network channel should use for connections. 
xs:stringproxy-address
          The IP address or DNS name of the HTTP proxy to use for outbound connections on this channel. 
xs:intproxy-port
          The port of the HTTP proxy to use for outbound connections on this channel. 
xs:stringpublic-address
          The IP address or DNS name representing the external identity of this network channel. 
xs:intpublic-port
          The externally published listen port for this network channel. 
xs:intssl-listen-port
          The SSL listen port for the channel. 
xs:booleantimeout-connection-with-pending-responses
          Determines if connections with pending responses are allowed to timeout. 
 tunneling-client-ping-secs
          The interval (in seconds) at which this network channel should ping an HTTP-tunneled client to see if its still alive. 
 tunneling-client-timeout-secs
          The amount of time (in seconds) after which this network channel considers a missing HTTP-tunneled client to be dead. 
xs:booleantunneling-enabled
          Specifies whether tunneling via HTTP should be enabled for this network channel. 
xs:booleantwo-way-ssl-enabled
          Specifies whether this network channel uses two way SSL. 
xs:booleanuse-fast-serialization
          Specifies whether to use non-standard object serialization for performance. 
Source
<xs:complexType name="network-access-pointType">
<xs:complexContent>
<xs:extension base="dom:configurationType">
<xs:sequence>
<xs:element minOccurs="0" name="protocol" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="listen-address" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="public-address" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="listen-port" nillable="false" type="xs:int">
</xs:element>
<xs:element minOccurs="0" name="public-port" nillable="false" type="xs:int">
</xs:element>
<xs:element minOccurs="0" name="proxy-address" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="proxy-port" nillable="false" type="xs:int">
</xs:element>
<xs:element minOccurs="0" name="http-enabled-for-this-protocol" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="accept-backlog" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="max-backoff-between-failures" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="login-timeout-millis" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="100000"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="tunneling-client-ping-secs" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="tunneling-client-timeout-secs" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="tunneling-enabled" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="complete-message-timeout" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="480"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="timeout-connection-with-pending-responses" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="idle-connection-timeout" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="connect-timeout" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="240"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="max-message-size" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="4096"/>
<xs:maxInclusive value="100000000"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="outbound-enabled" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="channel-weight" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="100"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="cluster-address" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="enabled" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="max-connected-clients" nillable="false" type="xs:int">
</xs:element>
<xs:element minOccurs="0" name="two-way-ssl-enabled" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="channel-identity-customized" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="custom-private-key-alias" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="private-key-alias" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="private-key-pass-phrase" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="custom-private-key-pass-phrase-encrypted" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="client-certificate-enforced" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="outbound-private-key-enabled" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="use-fast-serialization" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="idle-iiop-connection-timeout" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="-1"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="ssl-listen-port" nillable="false" type="xs:int">
</xs:element>
<xs:element minOccurs="0" name="external-dns-name" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="login-timeout-millis-ssl" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="-1"/>
<xs:maxInclusive value="2147483647"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="complete-t3-message-timeout" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="-1"/>
<xs:maxInclusive value="480"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="complete-http-message-timeout" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="-1"/>
<xs:maxInclusive value="480"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="complete-com-message-timeout" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="-1"/>
<xs:maxInclusive value="480"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="complete-iiop-message-timeout" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="-1"/>
<xs:maxInclusive value="480"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation