BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType unix-machineType

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

Documentation
Corresponds to UnixMachineMBean
Properties
This component is not nillable.

Model
<...>
(post-bind-uid-enabled?, post-bind-uid?, post-bind-gid-enabled?, post-bind-gid? )
</...>


Nested Element Summary
xs:stringpost-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:booleanpost-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:stringpost-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:booleanpost-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. 
Source
<xs:complexType name="unix-machineType">
<xs:complexContent>
<xs:extension base="dom:machineType">
<xs:sequence>
<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: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