BEA WebLogic Server 10.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/920/domain
complexType startup-classType

{http://www.w3.org/2001/XMLSchema}anyType
  {http://www.bea.com/ns/weblogic/920/domain}configurationType
      {http://www.bea.com/ns/weblogic/920/domain}deploymentType
          {http://www.bea.com/ns/weblogic/920/domain}class-deploymentType
              {http://www.bea.com/ns/weblogic/920/domain}startup-classType

Model
<...>
name?, notes?, target?, deployment-order?, class-name?, arguments?, failure-is-fatal?, load-before-app-deployments?, load-before-app-activation?
</...>
Prohibited substitutions (block)
none (extensions and restrictions are allowed)
Usage
Derived types: none
Components using this type: none
Documentation

Provides methods that configure startup classes. A startup class is a Java program that is automatically loaded and executed when a WebLogic Server instance is started or restarted. By default, startup classes are loaded and executed after all other server subsystems have initialized and after the server deploys modules. For any startup class, you can override the default and specify that the server loads and executes it and before it deploys JDBC connection pools and before it deploys Web applications and EJBs.

MBean: StartupClassMBean


Nested Element Summary
annonymous type derived from stringname optional
           
stringnotes optional
          

Optional information that you can include to describe this configuration.

 
stringtarget optional
          

Privileges:

Redeploy or Restart required: Changes take effect after you redeploy the module or restart the server.

 
annonymous type derived from intdeployment-order optional
          

A priority that the server uses to determine when it deploys an item.

 
stringclass-name optional
          

The fully qualified name of a class to load and run.

 
stringarguments optional
           
booleanfailure-is-fatal optional
          

Specifies whether a failure in this startup class prevents the targeted server(s) from starting.

 
booleanload-before-app-deployments optional
          

Specifies whether the targeted servers load and run this startup class before activating JMS and JDBC services and before starting deployment for applications and EJBs.

 
booleanload-before-app-activation optional
          

Specifies whether the targeted servers load and run this startup class after activating JMS and JDBC services and before activating applications and EJBs.

 

BEA WebLogic Server 10.0 Domain Configuration Schema Reference

Version: 10.0