Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Deployments: Configuration

Column Display     Related Tasks     Related Topics

This page displays the list of Java EE applications and standalone application modules installed to this domain.

You can update (redeploy) or delete installed applications and modules from the domain by selecting the checkbox next to the application name and then using the controls on this page.

To install a new application or module for deployment to targets in this domain, click Install.

WebLogic Server enables you to deploy applications and modules either as archive files (created using the JAR utility) or as exploded archive directories. Deploying exploded archive directories enables you to easily update and redeploy portions of an application.

Column Display

You can show fewer or additional data points on this page by expanding Customize this table and modifying the Column Display list. Each data point displays in its own table column.

The following table lists all of the data points that you can display in columns on this page.

Name Description
Name

The name of this Java EE application or module.

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.

Targets

You must select a target on which an MBean will be deployed from this list of the targets in the current domain on which this item can be deployed. Targets must be either servers or clusters. The deployment will only occur once if deployments overlap.

MBean Attribute:
AppDeploymentMBean.Targets

Scope

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

Domain Partitions

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

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.

Related Tasks

Related Topics


Back to Top