Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

Domain Partition Application Deployment: Deployments

Buttons     Column Display     

Deployed applications and modules can be started, stopped, redeployed, or deleted from the domain partition by using the controls on this page.

Buttons

Name Description
Redeploy

Redeploys the application or module. Redeploy an application if you have made changes to it and you want to make the changes available to WebLogic Server clients.

MBean Attribute:
AppDeploymentRuntimeMBean.redeploy

Undeploy

Undeploys the application or module, removing it from the domain partition.

MBean Attribute:
AppDeploymentRuntimeMBean.undeploy

Fetch Deployment Plan

Fetches the deployment plan of an application.

Add Override

Overrides the configuration for an application or module by specifying a different deployment plan.

Remove Override

Removes an existing application configuration override.

Start

Starts the application. You can choose whether you want the deployment to start servicing all requests or to start servicing administration requests only.

MBean Attribute:
AppDeploymentRuntimeMBean.start

Stop

Stops the application. You can choose whether to stop the deployment when work completes, to force the deployment to stop immediately, or to stop servicing client requests, but continue servicing administration requests.

MBean Attribute:
AppDeploymentRuntimeMBean.stop

Column Display

Name Description
Name

The name of this Java EE application or module.

Status

The status of the deployment.

State

The state of the deployment.

Health

The health state of the server as reported by the server's self-health monitoring.

For example, the server can report if it is overloaded by too many requests, if it needs more memory resources, or if it will soon fail for other reasons.

MBean Attribute:
ServerRuntimeMBean.HealthState

Type

The type of deployment: enterprise application, Web service, EJB, Web application, Java EE library, and so on.

Deployment Order

An integer value that indicates when this unit is deployed, relative to other deployable units on a server, during startup.

Units with lower values are deployed before those with higher values.

MBean Attribute:
AppDeploymentMBean.DeploymentOrder

Changes take effect after you redeploy the module or restart the server.

Scope

Specifies if the application or library is accessible within the domain, a partition, or a resource group template.

Resource Group

The list of resource groups in which this deployment is available.

Domain Partition

The list of domain partitions in which the deployment is available.

Tags

The tags associated with this deployment.


Back to Top