BEA WebLogic Server 9.0 Domain Configuration Schema Reference

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

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

Documentation
Corresponds to COMMBean
Properties
This component is not nillable.

Model
<...>
(nt-auth-host?, native-mode-enabled?, verbose-logging-enabled?, memory-logging-enabled?, prefetch-enums?, apartment-threaded? )
</...>


Nested Element Summary
xs:booleanapartment-threaded
          Controls the flag that is used to initialize COM in native mode. 
xs:booleanmemory-logging-enabled
          Specifies whether this server should log memory usage. 
xs:booleannative-mode-enabled
          Specifies whether this server should use native DLLs to allow Java objects to interact with COM objects. 
xs:stringnt-auth-host
          The address of the primary domain controller this server uses for authenticating clients. 
xs:booleanprefetch-enums
          Specifies whether this server should prefetch the next element in a java. 
xs:booleanverbose-logging-enabled
          Specifies whether verbose logging is enabled. 
Source
<xs:complexType name="comType">
<xs:complexContent>
<xs:extension base="dom:configurationType">
<xs:sequence>
<xs:element minOccurs="0" name="nt-auth-host" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="native-mode-enabled" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="verbose-logging-enabled" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="memory-logging-enabled" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="prefetch-enums" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="apartment-threaded" nillable="false" type="xs:boolean">
</xs:element>
</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