BEA WebLogic Server 9.0 Domain Configuration Schema Reference

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

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

Documentation
Corresponds to NetworkChannelMBean
Properties
This component is not nillable.

Model
<...>
(description?, listen-port, listen-port-enabled?, ssl-listen-port, ssl-listen-port-enabled?, cluster-address?, t3-enabled?, t3s-enabled?, http-enabled?, https-enabled?, com-enabled?, outgoing-enabled?, bound-outgoing-enabled?, channel-weight, accept-backlog, login-timeout-millis, login-timeout-millis-ssl, tunneling-enabled?, tunneling-client-ping-secs, tunneling-client-timeout-secs, complete-t3-message-timeout, complete-http-message-timeout, complete-com-message-timeout, max-t3-message-size, max-http-message-size, max-com-message-size, iiop-enabled?, iiops-enabled?, complete-iiop-message-timeout, max-iiop-message-size, idle-iiop-connection-timeout, default-iiop-user?, default-iiop-password-encrypted? )
</...>


Nested Element Summary
 accept-backlog
          Allowed backlog of connection requests on the listen port(s). 
xs:booleanbound-outgoing-enabled
          Bind new outgoing server side T3 or T3S connections to the server channel's listen address. 
 channel-weight
          A weight to give this channel when creating server-to-server connections. 
xs:stringcluster-address
          This channel's cluster address. 
xs:booleancom-enabled
          Indicates whether plaintext (non-SSL) COM traffic is enabled. 
 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-t3-message-timeout
          The maximum number of seconds spent waiting for a complete T3 message to be received. 
xs:stringdefault-iiop-password-encrypted
          
xs:stringdefault-iiop-user
          The default IIOP user. 
xs:stringdescription
          Optional short description of this channel for console display purposes. 
xs:booleanhttp-enabled
          Whether or not plaintext (non-SSL) HTTP traffic is enabled. 
xs:booleanhttps-enabled
          Whether or not secure (SSL) HTTP traffic is enabled. 
 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:booleaniiop-enabled
          Whether or not plaintext (non-SSL) IIOP traffic is enabled. 
xs:booleaniiops-enabled
          Whether or not secure IIOP traffic is enabled. 
 listen-port
          The plaintext (non-SSL) listen port for the channel. 
xs:booleanlisten-port-enabled
          Whether or not plaintext port is enabled for the channel. 
 login-timeout-millis
          The login timeout for the server, in milliseconds. 
 login-timeout-millis-ssl
          Duration allowed for an SSL login sequence. 
 max-com-message-size
          The maximum COM message size allowable in a message header. 
 max-http-message-size
          The maximum HTTP message size allowable in a message header. 
 max-iiop-message-size
          Specify the maximum IIOP message size allowable in a message header. 
 max-t3-message-size
          The maximum T3 message size allowable in a message header. 
xs:booleanoutgoing-enabled
          Whether or not new server-to-server connections may consider this channel when initiating. 
 ssl-listen-port
          The SSL listen port for the channel. 
xs:booleanssl-listen-port-enabled
          Whether or not SSL port is enabled for the channel. 
xs:booleant3-enabled
          Whether or not plaintext (non-SSL) T3 traffic is enabled. 
xs:booleant3s-enabled
          Whether or not secure T3 traffic is enabled. 
 tunneling-client-ping-secs
          Interval (in seconds) at which to ping an http-tunneled client to see if its still alive. 
 tunneling-client-timeout-secs
          Duration (in seconds) after which a missing http-tunneled client is considered dead. 
xs:booleantunneling-enabled
          Enables tunneling via http. 
Source
<xs:complexType name="network-channelType">
<xs:complexContent>
<xs:extension base="dom:deploymentType">
<xs:sequence>
<xs:element minOccurs="0" name="description" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="listen-port" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="65534"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="listen-port-enabled" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="ssl-listen-port" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="65534"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="ssl-listen-port-enabled" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="cluster-address" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="t3-enabled" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="t3s-enabled" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="http-enabled" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="https-enabled" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="com-enabled" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="outgoing-enabled" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="bound-outgoing-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="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="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="login-timeout-millis-ssl" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="2147483647"/>
</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="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="complete-t3-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="complete-http-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="complete-com-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="max-t3-message-size" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="4096"/>
<xs:maxInclusive value="2000000000"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="max-http-message-size" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="4096"/>
<xs:maxInclusive value="2000000000"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="max-com-message-size" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="4096"/>
<xs:maxInclusive value="2000000000"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="iiop-enabled" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="iiops-enabled" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="complete-iiop-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="max-iiop-message-size" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="4096"/>
<xs:maxInclusive value="2000000000"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="idle-iiop-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="default-iiop-user" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="default-iiop-password-encrypted" nillable="true" type="xs:string"/>
</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