| 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}comType (extension)
Corresponds to COMMBean
Nested Element Summary | |
xs:boolean | apartment-threaded Controls the flag that is used to initialize COM in native mode. |
xs:boolean | memory-logging-enabled Specifies whether this server should log memory usage. |
xs:boolean | native-mode-enabled Specifies whether this server should use native DLLs to allow Java objects to interact with COM objects. |
xs:string | nt-auth-host The address of the primary domain controller this server uses for authenticating clients. |
xs:boolean | prefetch-enums Specifies whether this server should prefetch the next element in a java. |
xs:boolean | verbose-logging-enabled Specifies whether verbose logging is enabled. |
<xs:complexType name="comType"><xs:complexContent></xs:complexType><xs:extension base="dom:configurationType"></xs:complexContent><xs:sequence></xs:extension><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:sequence>
</xs:element>
| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |