Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

Resource Group Template: Deployments

Buttons     Column Display     

This page displays a list of Java EE applications and standalone application modules that have been deployed to this resource group template. Installed applications and modules can be updated (redeployed) or deleted from the resource group template using the controls on this page. To deploy a new application to this resource group template, click the Deploy button.

Buttons

Name Description
Deploy

Deploys the application or module to the resource group template.

MBean Attribute:
DeploymentManagerMBean.deploy

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

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 resource group template. If you delete an application or module from a resource group template that is referenced by multiple resource groups, then the application or module is also removed from all referencing resource groups.

MBean Attribute:
AppDeploymentRuntimeMBean.undeploy

Fetch Deployment Plan

Fetches the deployment plan of an application.

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

The scope in which this deployment was configured.

Resource Group

The resource group in which this deployment is available.

Domain Partition

The domain partition in which the deployment is available.

Tags

The tags associated with this deployment.


Back to Top