| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |
{http://www.bea.com/ns/weblogic/90/domain}network-access-pointType (extension)
Corresponds to NetworkAccessPointMBean
Nested Element Summary | |
| accept-backlog The number of backlogged, new TCP connection requests that this network channel allows. |
xs:boolean | channel-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:boolean | client-certificate-enforced Specifies whether clients must present digital certificates from a trusted certificate authority to WebLogic Server on this channel. |
xs:string | cluster-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:string | custom-private-key-alias The string alias used to store and retrieve the channel's private key in the keystore. |
xs:string | custom-private-key-pass-phrase-encrypted |
xs:boolean | enabled Specifies whether this channel should be started. |
xs:string | external-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:boolean | http-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:string | listen-address The IP address or DNS name this network channel uses to listen for incoming connections. |
xs:int | listen-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:int | max-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:boolean | outbound-enabled Specifies whether new server-to-server connections may consider this network channel when initiating a connection. |
xs:boolean | outbound-private-key-enabled Specifies whether the identity specifed by {@link #getCustomPrivateKeyAlias} should be used for outbound SSL connections on this channel. |
xs:string | private-key-alias The string alias used to store and retrieve the channel's private key in the keystore. |
xs:string | private-key-pass-phrase The passphrase used to retrieve the server's private key from the keystore. |
xs:string | protocol The protocol this network channel should use for connections. |
xs:string | proxy-address The IP address or DNS name of the HTTP proxy to use for outbound connections on this channel. |
xs:int | proxy-port The port of the HTTP proxy to use for outbound connections on this channel. |
xs:string | public-address The IP address or DNS name representing the external identity of this network channel. |
xs:int | public-port The externally published listen port for this network channel. |
xs:int | ssl-listen-port The SSL listen port for the channel. |
xs:boolean | timeout-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:boolean | tunneling-enabled Specifies whether tunneling via HTTP should be enabled for this network channel. |
xs:boolean | two-way-ssl-enabled Specifies whether this network channel uses two way SSL. |
xs:boolean | use-fast-serialization Specifies whether to use non-standard object serialization for performance. |
<xs:complexType name="network-access-pointType"><xs:complexContent></xs:complexType><xs:extension base="dom:configurationType"></xs:complexContent><xs:sequence></xs:extension><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:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="0"/></xs:restriction><xs:element minOccurs="0" name="max-backoff-between-failures" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="0"/></xs:restriction><xs:element minOccurs="0" name="login-timeout-millis" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="0"/><xs:maxInclusive value="100000"/></xs:restriction><xs:element minOccurs="0" name="tunneling-client-ping-secs" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="1"/></xs:restriction><xs:element minOccurs="0" name="tunneling-client-timeout-secs" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="1"/></xs:restriction><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:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="0"/><xs:maxInclusive value="480"/></xs:restriction><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:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="0"/></xs:restriction><xs:element minOccurs="0" name="connect-timeout" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="0"/><xs:maxInclusive value="240"/></xs:restriction><xs:element minOccurs="0" name="max-message-size" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="4096"/><xs:maxInclusive value="100000000"/></xs:restriction><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:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="1"/><xs:maxInclusive value="100"/></xs:restriction><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:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="-1"/></xs:restriction><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:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="-1"/><xs:maxInclusive value="2147483647"/></xs:restriction><xs:element minOccurs="0" name="complete-t3-message-timeout" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="-1"/><xs:maxInclusive value="480"/></xs:restriction><xs:element minOccurs="0" name="complete-http-message-timeout" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="-1"/><xs:maxInclusive value="480"/></xs:restriction><xs:element minOccurs="0" name="complete-com-message-timeout" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="-1"/><xs:maxInclusive value="480"/></xs:restriction><xs:element minOccurs="0" name="complete-iiop-message-timeout" nillable="false"></xs:sequence><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="-1"/><xs:maxInclusive value="480"/></xs:restriction>
| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |