| 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-channelType (extension)
Corresponds to NetworkChannelMBean
Nested Element Summary | |
| accept-backlog Allowed backlog of connection requests on the listen port(s). |
xs:boolean | bound-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:string | cluster-address This channel's cluster address. |
xs:boolean | com-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:string | default-iiop-password-encrypted |
xs:string | default-iiop-user The default IIOP user. |
xs:string | description Optional short description of this channel for console display purposes. |
xs:boolean | http-enabled Whether or not plaintext (non-SSL) HTTP traffic is enabled. |
xs:boolean | https-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:boolean | iiop-enabled Whether or not plaintext (non-SSL) IIOP traffic is enabled. |
xs:boolean | iiops-enabled Whether or not secure IIOP traffic is enabled. |
| listen-port The plaintext (non-SSL) listen port for the channel. |
xs:boolean | listen-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:boolean | outgoing-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:boolean | ssl-listen-port-enabled Whether or not SSL port is enabled for the channel. |
xs:boolean | t3-enabled Whether or not plaintext (non-SSL) T3 traffic is enabled. |
xs:boolean | t3s-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:boolean | tunneling-enabled Enables tunneling via http. |
<xs:complexType name="network-channelType"><xs:complexContent></xs:complexType><xs:extension base="dom:deploymentType"></xs:complexContent><xs:sequence></xs:extension><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:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="1"/><xs:maxInclusive value="65534"/></xs:restriction><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:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="1"/><xs:maxInclusive value="65534"/></xs:restriction><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:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="1"/><xs:maxInclusive value="100"/></xs:restriction><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="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="login-timeout-millis-ssl" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="0"/><xs:maxInclusive value="2147483647"/></xs:restriction><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: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="complete-t3-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="complete-http-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="complete-com-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="max-t3-message-size" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="4096"/><xs:maxInclusive value="2000000000"/></xs:restriction><xs:element minOccurs="0" name="max-http-message-size" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="4096"/><xs:maxInclusive value="2000000000"/></xs:restriction><xs:element minOccurs="0" name="max-com-message-size" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="4096"/><xs:maxInclusive value="2000000000"/></xs:restriction><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:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="0"/><xs:maxInclusive value="480"/></xs:restriction><xs:element minOccurs="0" name="max-iiop-message-size" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="4096"/><xs:maxInclusive value="2000000000"/></xs:restriction><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="0"/></xs:restriction><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>
| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |