BEA WebLogic Server 9.1 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType kernelType

{http://www.w3.org/2001/XMLSchema}anyType
  {http://www.bea.com/ns/weblogic/90/domain}configurationType
      {http://www.bea.com/ns/weblogic/90/domain}kernelType

Model
<...>
name?, notes?, valid-protocols?, reverse-dns-allowed?, default-protocol?, default-secure-protocol?, administration-protocol?, thread-pool-size?, system-thread-pool-size?, self-tuning-thread-pool-size-min?, self-tuning-thread-pool-size-max?, jms-thread-pool-size?, native-io-enabled?, dev-poll-disabled?, muxer-class?, socket-readers?, thread-pool-percent-socket-readers?, socket-reader-timeout-min-millis?, socket-reader-timeout-max-millis?, outbound-enabled?, outbound-private-key-enabled?, max-message-size?, max-t3-message-size?, socket-buffer-size-as-chunk-size?, max-http-message-size?, max-com-message-size?, max-iiop-message-size?, default-giop-minor-version?, use-iiop-locate-request?, iiop-tx-mechanism?, iiop-location-forward-policy?, complete-message-timeout?, complete-t3-message-timeout?, complete-http-message-timeout?, complete-com-message-timeout?, idle-connection-timeout?, idle-iiop-connection-timeout?, complete-iiop-message-timeout?, period-length?, idle-periods-until-timeout?, rjvm-idle-timeout?, response-timeout?, dgc-idle-periods-until-timeout?, ssl?, iiop?, log?, log-remote-exceptions-enabled?, instrument-stack-trace-enabled?, execute-queue*, max-open-sock-count?, stuck-thread-max-time?, stuck-thread-timer-interval?, tracing-enabled?, messaging-bridge-thread-pool-size?, mtu-size?, load-stub-using-context-class-loader?, refresh-client-runtime-descriptor?, timed-out-ref-isolation-time?, use81-style-execute-queues?, t3-client-abbrev-table-size?, t3-server-abbrev-table-size?
</...>
Prohibited substitutions (block)
none (extensions and restrictions are allowed)
Usage
Derived types: serverType
Components using this type: none
Documentation

This class represents a WebLogic Server. A WebLogic Server is a Java process that is a container for J2EE applications.

MBean: ServerMBean

This bean represents the configuration of the core message passing kernel on both WebLogic clients and servers.

ServerMBean extends this bean to represent the configuration of a server.

MBean: KernelMBean


Nested Element Summary
annonymous type derived from stringname optional
           
stringnotes optional
          

Optional information that you can include to describe this configuration.

 
stringvalid-protocols optional
          

Privileges:

Redeploy or Restart required: Changes take effect after you redeploy the module or restart the server.

 
booleanreverse-dns-allowed optional
          

This bean represents the configuration of the core message passing kernel on both WebLogic clients and servers.

 
annonymous type derived from stringdefault-protocol optional
          

The protocol to use for connections when none is specified.

 
annonymous type derived from stringdefault-secure-protocol optional
          

The protocol to use for secure connections when none is specified.

 
annonymous type derived from stringadministration-protocol optional
          

Returns the protocol to be used for administrative connections when none is specified.

 
annonymous type derived from intthread-pool-size optional
          

Privileges:

Redeploy or Restart required: Changes take effect after you redeploy the module or restart the server.

 
annonymous type derived from intsystem-thread-pool-size optional
          

Privileges:

Redeploy or Restart required: Changes take effect after you redeploy the module or restart the server.

 
annonymous type derived from intself-tuning-thread-pool-size-min optional
           
annonymous type derived from intself-tuning-thread-pool-size-max optional
           
annonymous type derived from intjms-thread-pool-size optional
           
booleannative-io-enabled optional
          

This bean represents the configuration of the core message passing kernel on both WebLogic clients and servers.

 
booleandev-poll-disabled optional
          

This bean represents the configuration of the core message passing kernel on both WebLogic clients and servers.

 
stringmuxer-class optional
          

The muxer class name.

 
annonymous type derived from intsocket-readers optional
          

The number of socket reader threads

Privileges: Read/Write

Default Value: -1

Minimum value: -1

Maximum value: 65534

Redeploy or Restart required: Changes take effect after you redeploy the module or restart the server.

 
annonymous type derived from intthread-pool-percent-socket-readers optional
          

The percentage of execute threads from the default queue that can be used as socket readers.

 
annonymous type derived from intsocket-reader-timeout-min-millis optional
          

Privileges:

Redeploy or Restart required: Changes take effect after you redeploy the module or restart the server.

 
annonymous type derived from intsocket-reader-timeout-max-millis optional
          

Privileges:

Redeploy or Restart required: Changes take effect after you redeploy the module or restart the server.

 
booleanoutbound-enabled optional
          

This bean represents the configuration of the core message passing kernel on both WebLogic clients and servers.

 
booleanoutbound-private-key-enabled optional
          

This bean represents the configuration of the core message passing kernel on both WebLogic clients and servers.

 
annonymous type derived from intmax-message-size optional
          

The maximum number of bytes allowed in messages that are received over all supported protocols, unless overridden by a protocol-specific setting or a custom channel setting.

 
intmax-t3-message-size optional
          

The maximum number of bytes allowed in messages that are received over the T3 protocol.

 
booleansocket-buffer-size-as-chunk-size optional
          

This bean represents the configuration of the core message passing kernel on both WebLogic clients and servers.

 
intmax-http-message-size optional
          

The maximum number of bytes allowed in messages that are received over the HTTP protocol.

 
intmax-com-message-size optional
          

The maximum number of bytes allowed in messages that are received over the COM protocol.

 
intmax-iiop-message-size optional
          

The maximum number of bytes allowed in messages that are received over the IIOP protocol.

 
annonymous type derived from intdefault-giop-minor-version optional
          

Privileges:

Redeploy or Restart required: Changes take effect after you redeploy the module or restart the server.

 
booleanuse-iiop-locate-request optional
          

Privileges:

Redeploy or Restart required: Changes take effect after you redeploy the module or restart the server.

 
annonymous type derived from stringiiop-tx-mechanism optional
          

Configures IIOP propagate transactions using either WebLogic-specific JTA or the OMG-specified OTS.

 
annonymous type derived from stringiiop-location-forward-policy optional
          

Privileges:

Redeploy or Restart required: Changes take effect after you redeploy the module or restart the server.

 
annonymous type derived from intcomplete-message-timeout optional
          

The maximum number of seconds that this server waits for a complete message to be received.

 
annonymous type derived from intcomplete-t3-message-timeout optional
          

The maximum number of seconds spent waiting for a complete T3 message to be received.

 
annonymous type derived from intcomplete-http-message-timeout optional
          

The maximum number of seconds spent waiting for a complete HTTP message to be received.

 
annonymous type derived from intcomplete-com-message-timeout optional
          

The maximum number of seconds spent waiting for a complete COM message to be received.

 
annonymous type derived from intidle-connection-timeout optional
          

The maximum number of seconds that a connection is allowed to be idle before it is closed by the server.

 
annonymous type derived from intidle-iiop-connection-timeout optional
          

The maximum number of seconds an IIOP connection is allowed to be idle before it is closed by the server.

 
annonymous type derived from intcomplete-iiop-message-timeout optional
          

The maximum number of seconds spent waiting for a complete IIOP message to be received.

 
annonymous type derived from intperiod-length optional
          

The time interval in milliseconds of the heartbeat period.

 
annonymous type derived from intidle-periods-until-timeout optional
          

The number of idle periods until peer is considered unreachable

Privileges: Read/Write

Default Value: 4

Minimum value: 4

Maximum value: 65534

Redeploy or Restart required: Changes take effect after you redeploy the module or restart the server.

 
annonymous type derived from intrjvm-idle-timeout optional
          

Privileges:

Redeploy or Restart required: Changes take effect after you redeploy the module or restart the server.

 
annonymous type derived from intresponse-timeout optional
          

Privileges:

Redeploy or Restart required: Changes take effect after you redeploy the module or restart the server.

 
intdgc-idle-periods-until-timeout optional
          

The number of idle periods allowed before object is collected.

 
anyTypessl optional
          

Returns the kernel's SSL configuration.

 
anyTypeiiop optional
          

Returns the kernel's IIOP configuration.

 
anyTypelog optional
          

Returns the Log settings for this Kernel.

 
booleanlog-remote-exceptions-enabled optional
          

This bean represents the configuration of the core message passing kernel on both WebLogic clients and servers.

 
booleaninstrument-stack-trace-enabled optional
          

This bean represents the configuration of the core message passing kernel on both WebLogic clients and servers.

 
anyTypeexecute-queue 0...∞
          

Returns the execute queues configured for this server.

 
annonymous type derived from intmax-open-sock-count optional
          

The maximum number of open sockets allowed in server at a given point of time.

 
annonymous type derived from intstuck-thread-max-time optional
          

The number of seconds that a thread must be continually working before this server considers the thread stuck.

 
annonymous type derived from intstuck-thread-timer-interval optional
          

The number of seconds after which WebLogic Server periodically scans threads to see if they have been continually working for the configured maximum length of time.

 
booleantracing-enabled optional
          

Privileges:

Redeploy or Restart required: Changes take effect after you redeploy the module or restart the server.

 
annonymous type derived from intmessaging-bridge-thread-pool-size optional
          

Returns the size of the messaging bridge execute thread pool.

 
intmtu-size optional
          

Privileges:

Redeploy or Restart required: Changes take effect after you redeploy the module or restart the server.

 
booleanload-stub-using-context-class-loader optional
          

Privileges:

Redeploy or Restart required: Changes take effect after you redeploy the module or restart the server.

 
booleanrefresh-client-runtime-descriptor optional
          

Privileges:

Redeploy or Restart required: Changes take effect after you redeploy the module or restart the server.

 
longtimed-out-ref-isolation-time optional
           
booleanuse81-style-execute-queues optional
          

Backward compatibility mode to switch to 8.

 
annonymous type derived from intt3-client-abbrev-table-size optional
          

Privileges:

Redeploy or Restart required: Changes take effect after you redeploy the module or restart the server.

 
annonymous type derived from intt3-server-abbrev-table-size optional
          

Privileges:

Redeploy or Restart required: Changes take effect after you redeploy the module or restart the server.

 

BEA WebLogic Server 9.1 Domain Configuration Schema Reference

Version: 9.1