Administration Console Online Help

 Previous Next Contents Index  

 


Startup Class --> Configuration

Tasks     Additional Documentation     Attributes

Overview

The Startup Class—>Configuration tab defines a named configuration for a startup class. You use this tab while creating a new configuration or modifying an existing one.

If you are creating a new configuration, you must enter information on the Configuration tab and click Apply before you can access other tabs. Once you create a configuration, you cannot change its name. Instead, you must create a new configuration under a different name.

You can create multiple named configurations for any given startup class. For each configuration that you create, WebLogic Server uses a managed bean (MBean) to configure the startup class and persist the configuration.

Tasks

Create a Configuration for a Startup or Shutdown Class

Clone a Configuration of a Startup or Shutdown Class

Modify an Existing Startup or Shutdown Configuration

Delete a Startup or Shutdown Class Configuration

Additional Documentation

(Requires an Internet connection.)

Configuring Startup and Shutdown Classes

Attributes

Attribute Label

Description

Value Constraints

Name

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

MBean: weblogic.management.
configuration.
StartupClassMBean

Attribute: Name

Configurable: yes

Readable: yes

Writable: yes

ClassName

The fully qualified name of a class to deploy.

MBean: weblogic.management.
configuration.
StartupClassMBean

Attribute: ClassName

Configurable: yes

Readable: yes

Writable: yes

Deployment Order

A priority that the server uses to determine when it deploys an item. The priority is relative to other deployable items of the same type. For example, the server prioritizes and deploys all EJBs before it prioritizes and deploys startup classes.

Items with the lowest Deployment Order value are deployed first. There is no guarantee on the order of deployments with equal Deployment Order values. There is no guarantee of ordering across clusters.

MBean: weblogic.management.
configuration.
StartupClassMBean

Attribute: DeploymentOrder

Minimum: 0

Maximum: 2147483647

Default: 1000

Configurable: yes

Dynamic: yes

Readable: yes

Writable: yes

Arguments

Arguments that the server uses to initialize a class.

Separate multiple arguments with a comma. For example,

firstname=MyFirst,lastname=MyLast

Do not use spaces to separate the arguments; use only a comma.

MBean: weblogic.management.
configuration.
StartupClassMBean

Attribute: Arguments

Configurable: yes

Readable: yes

Writable: yes

Failure is fatal

Determines whether a failure in this startup class prevents a server from starting. If this check box is cleared (or if you use an API to specify a value of false) and the startup class fails, the server continues its startup process.

MBean: weblogic.management.
configuration.
StartupClassMBean

Attribute: FailureIsFatal

Default: false

Configurable: yes

Readable: yes

Writable: yes

Run before application deployments

Causes a startup class to load and run before the server deploys JDBC connection pools, applications, and EJBs.

By default, the server loads the class after JDBC connection pools and other types of modules have been deployed.

See "Configuring Startup and Shutdown Classes."

MBean: weblogic.management.
configuration.
StartupClassMBean

Attribute: LoadBeforeAppDeployments

Default: false

Configurable: yes

Readable: yes

Writable: yes



 

Back to Top Previous Next