BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType server-startType

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

Documentation
Corresponds to ServerStartMBean
Properties
This component is not nillable.

Model
<...>
(java-home?, class-path?, bea-home?, root-directory?, security-policy-file?, arguments?, max-restart-count?, username?, password-encrypted? )
</...>


Nested Element Summary
xs:stringarguments
          The arguments to use when starting this server. 
xs:stringbea-home
          The BEA home directory (path on the machine running Node Manager) to use when starting this server. 
xs:stringclass-path
          The classpath (path on the machine running Node Manager) to use when starting this server. 
xs:stringjava-home
          The Java home directory (path on the machine running Node Manager) to use when starting this server. 
xs:intmax-restart-count
          The maximum number of automatic restarts for this server. 
xs:stringpassword-encrypted
          
xs:stringroot-directory
          The directory that this server uses as its root directory. 
xs:stringsecurity-policy-file
          The security policy file (directory and filename on the machine running Node Manager) to use when starting this server. 
xs:stringusername
          The user name to use when booting this server. 
Source
<xs:complexType name="server-startType">
<xs:complexContent>
<xs:extension base="dom:configurationType">
<xs:sequence>
<xs:element minOccurs="0" name="java-home" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="class-path" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="bea-home" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="root-directory" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="security-policy-file" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="arguments" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="max-restart-count" nillable="false" type="xs:int">
</xs:element>
<xs:element minOccurs="0" name="username" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="password-encrypted" nillable="true" type="xs:string"/>
</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