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

WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

ApplicationManager

Description

The application manager is responsible for managing application across a Domain. It is an AdminServer only MBean that is configurable as a singleton child of Domain.

Syntax

<!ELEMENT ApplicationManager EMPTY >
<!ATTLIST ApplicationManager
   AutoDeployedEnabled        (true | false)           "true"
   AutoUpdateInterval         CDATA                    "3000"
   Name                       CDATA                    #REQUIRED
   Notes                      CDATA                    #IMPLIED
>

Parent Elements

The ApplicationManager element is a child of the Domain element.

Attributes

Table 5-1 ApplicationManagerMBean Element Attributes

Attribute

Description

Range of Values and Default

Console Label

Auto-Deployed-Enabled

Returns whether or not to automatic deployment is enabled. This defaults to false. In a production environment, this variabled should be set to false.

Default: true

Auto Deployed Enabled

Auto-Update-Interval

The auto-update interface for the application manager.

Default: 3000

Auto Update Interval

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


 

 

Back to Top Previous Next