| 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}unix-machineType (extension)
Corresponds to UnixMachineMBean
Nested Element Summary | |
xs:string | post-bind-gid The UNIX group ID (GID) that a server running on this machine will run under after it has carried out all privileged startup actions. |
xs:boolean | post-bind-gid-enabled Specifies whether a server running on this machine binds to a UNIX Group ID (GID) after it has carried out all privileged startup actions. |
xs:string | post-bind-uid The UNIX user ID (UID) that a server running on this machine will run under after it has carried out all privileged startup actions. |
xs:boolean | post-bind-uid-enabled Specifies whether a server running on this machine binds to a UNIX User ID (UID) after it has carried out all privileged startup actions. |
<xs:complexType name="unix-machineType"><xs:complexContent></xs:complexType><xs:extension base="dom:machineType"></xs:complexContent><xs:sequence></xs:extension><xs:element minOccurs="0" name="post-bind-uid-enabled" nillable="false" type="xs:boolean">
</xs:element><xs:element minOccurs="0" name="post-bind-uid" nillable="true" type="xs:string">
</xs:element><xs:element minOccurs="0" name="post-bind-gid-enabled" nillable="false" type="xs:boolean">
</xs:element><xs:element minOccurs="0" name="post-bind-gid" nillable="true" type="xs:string"></xs:sequence>
</xs:element>
| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |