WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

ServerStart

 


Description

This bean is used to configure the attributes necessary to start up a server on a remote machine.

 


Syntax

<ServerStart
Arguments="String"
BeaHome="String"
ClassPath="String"
JavaHome="String"
Name="String"
Notes="String"
Password="String"
RootDirectory="String"
SecurityPolicyFile="String"
Username="String"
/>

 


Parent Elements

 


Attributes

Table 53-1 ServerStart attributes

Attribute

Description

Range of Values and Default

Arguments

The startup arguments to use when starting this server.

Admin Console field label: Arguments

Required: no

BeaHome

Returns the BEA home to be used to start this server. Note that this path is on the Node Manager machine.

Admin Console field label: BEA Home

Required: no

ClassPath

The classpath to use when starting this server. Note that all paths refer to paths on the Node Manager machine.

Admin Console field label: Class Path

Required: no

JavaHome

The Java home directory (on the Node Manager machine) to use when starting this server. The java binary (or java.exe executable in Windows) is taken from the Java home /bin directory to start the managed server.

Admin Console field label: Java Home

Required: no

Name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Required: no

Notes

Optional information that you can include to describe this configuration.

Required: no

Password

The password of the username used to boot the server and perform server health monitoring.

Admin Console field label: Password

Required: no

Encrypted: yes

RootDirectory

Returns the RootDirectory to be used to start this server. Note that this path is on the Node Manager machine.

Admin Console field label: Root Directory

Required: no

SecurityPolicyFile

The security policy file to use when starting this server. Note that the directory and filename refer to a path on the Node Manager machine.

Admin Console field label: Security Policy File

Required: no

Username

The username to use when booting the server and performing server health monitoring.

Admin Console field label: Username

Required: no

 

Back to Top Previous Next