| 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-backlogAllowed backlog of connection requests on the listen port(s). |
xs:boolean | bound-outgoing-enabledBind new outgoing server side T3 or T3S connections to the server channel's listen address. |
| channel-weightA weight to give this channel when creating server-to-server connections. |
xs:string | cluster-addressThis channel's cluster address. |
xs:boolean | com-enabledIndicates whether plaintext (non-SSL) COM traffic is enabled. |
| complete-com-message-timeoutThe maximum number of seconds spent waiting for a complete COM message to be received. |
| complete-http-message-timeoutThe maximum number of seconds spent waiting for a complete HTTP message to be received. |
| complete-iiop-message-timeoutThe maximum number of seconds spent waiting for a complete IIOP message to be received. |
| complete-t3-message-timeoutThe maximum number of seconds spent waiting for a complete T3 message to be received. |
xs:string | default-iiop-password-encrypted |
xs:string | default-iiop-userThe default IIOP user. |
xs:string | descriptionOptional short description of this channel for console display purposes. |
xs:boolean | http-enabledWhether or not plaintext (non-SSL) HTTP traffic is enabled. |
xs:boolean | https-enabledWhether or not secure (SSL) HTTP traffic is enabled. |
| idle-iiop-connection-timeoutThe maximum number of seconds an IIOP connection is allowed to be idle before it is closed by the server. |
xs:boolean | iiop-enabledWhether or not plaintext (non-SSL) IIOP traffic is enabled. |
xs:boolean | iiops-enabledWhether or not secure IIOP traffic is enabled. |
| listen-portThe plaintext (non-SSL) listen port for the channel. |
xs:boolean | listen-port-enabledWhether or not plaintext port is enabled for the channel. |
| login-timeout-millisThe login timeout for the server, in milliseconds. |
| login-timeout-millis-sslDuration allowed for an SSL login sequence. |
| max-com-message-sizeThe maximum COM message size allowable in a message header. |
| max-http-message-sizeThe maximum HTTP message size allowable in a message header. |
| max-iiop-message-sizeSpecify the maximum IIOP message size allowable in a message header. |
| max-t3-message-sizeThe maximum T3 message size allowable in a message header. |
xs:boolean | outgoing-enabledWhether or not new server-to-server connections may consider this channel when initiating. |
| ssl-listen-portThe SSL listen port for the channel. |
xs:boolean | ssl-listen-port-enabledWhether or not SSL port is enabled for the channel. |
xs:boolean | t3-enabledWhether or not plaintext (non-SSL) T3 traffic is enabled. |
xs:boolean | t3s-enabledWhether or not secure T3 traffic is enabled. |
| tunneling-client-ping-secsInterval (in seconds) at which to ping an http-tunneled client to see if its still alive. |
| tunneling-client-timeout-secsDuration (in seconds) after which a missing http-tunneled client is considered dead. |
xs:boolean | tunneling-enabledEnables 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 | ||||||