Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Deployments: JDBC Module: Overview

Configuration Options     Related Tasks     Related Topics

Use this page to view the configuration of a JDBC module deployed within an Enterprise application or as a stand-alone module.

Note that some fields listed in this help page are only available for modules deployed as a stand-alone module.

Configuration Options

Name Description
Name

The name of this JDBC module. The name corresponds to the module file name and must be unique within the Enterprise application or within all stand-alone deployed modules.

Path

The path to the source of the module on the Administration Server.

Rules:

  • For stand-alone modules, the path can be an absolute path or a path relative to the domain directory.
  • For modules packaged within an Enterprise application, if the Install Directory of the application is not set, the path must be an absolute path.
  • For packaged modules where the Install Directory for the application is set, the path can be relative to the installdir/app directory.

MBean Attribute:
AppDeploymentMBean.SourcePath

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

Deployment Plan

The path to the deployment plan document on the Administration Server.

For modules packaged in an Enterprise application, changes to the module are stored in the deployment plan for the Enterprise application. Stand-alone modules have their own deployment plan.

MBean Attribute:
AppDeploymentMBean.PlanPath

Staging Mode

The mode that specifies whether an application's files are copied from a source on the Administration Server to the Managed Server's staging area during application preparation.

MBean Attribute:
AppDeploymentMBean.StagingMode

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.

Deployment Principal Name

A string value that indicates what principal should be used when deploying the file or archive during startup and shutdown. This principal will be used to set the current subject when calling out into application code for interfaces such as ApplicationLifecycleListener. If no principal name is specified, then the anonymous principal will be used.

MBean Attribute:
BasicDeploymentMBean.DeploymentPrincipalName

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

Related Tasks

Related Topics


Back to Top