bea.com | products | dev2dev | support | askBEA
 Download Docs   Site Map   Glossary 
Search

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

<!ELEMENT ServerStart EMPTY >
<!ATTLIST ServerStart
   Arguments                  CDATA                    #IMPLIED
   BeaHome                    CDATA                    #IMPLIED
   ClassPath                  CDATA                    #IMPLIED
   JavaHome                   CDATA                    #IMPLIED
   Name                       CDATA                    #REQUIRED
   Notes                      CDATA                    #IMPLIED
   Password                   CDATA                    ""
   RootDirectory              CDATA                    #IMPLIED
   SecurityPolicyFile         CDATA                    #IMPLIED
   Username                   CDATA                    ""
>

Parent Elements

The ServerStart element is a child of the Server element.

Attributes

Table 63-1 ServerStartMBean Element Attributes

Attribute

Description

Range of Values and Default

Console Label

Arguments

The startup arguments to use when starting this server.


Arguments

Bea-Home

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


BEA Home

Class-Path

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


Class Path

Java-Home

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.


Java Home

Name

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


Name

Notes

Optional information that you can include to describe this configuration.


Notes

Password

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

Default: ""

Password

Root-Directory

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


Root Directory

Security-Policy-File

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.


Security Policy File

Username

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

Default: ""

Username


 

 

Back to Top Previous Next