Network Deployment (Distributed operating systems), v8.0 > Reference > Jython script library


Application deployment configuration scripts


Overview

The scripting library automates application configuration. This topic provides usage information for scripts that deploy applications.

Each application management script is located in...

If you do not want to specify an argument with the script, specify the value of the argument as an empty string: ""

Use the following script procedures to deploy applications:

  1. configureStartingWeightForAnApplication
  2. configureClassLoaderPolicyForAnApplication
  3. configureClassLoaderLoadingModeForAnApplication
  4. configureSessionManagementForAnApplication
  5. configureApplicationLoading
  6. configureLibraryReferenceForAnApplication
  7. configureEJBModulesOfAnApplication
  8. configureWebModulesOfAnApplication
  9. configureConnectorModulesOfAnApplication


configureStartingWeightForAnApplication

Configure the starting weight attribute for an application.

Syntax

Example usage



configureClassLoaderPolicyForAnApplication

Configure the class loader policy attribute for an application.

Syntax

Example usage



configureClassLoaderLoadingModeForAnApplication

Set whether a class loader delegates the loading of classes to the parent class loader.

Syntax

Example usage



configureSessionManagementForAnApplication

Configure session management for an application.

Syntax

Example usage



configureApplicationLoading

Configure the application loading attribute for an application.

Syntax

Example usage



configureLibraryReferenceForAnApplication

Configure the library reference for an application.

Syntax

Example usage



configureEJBModulesOfAnApplication

Configure the EJB modules of an application.

Syntax

Example usage



configureWebModulesOfAnApplication

Configure the web modules of an application.

Syntax

Example usage



configureConnectorModulesOfAnApplication

Configure the connector modules of an application.

Syntax

Example usage

Use the script library to automate the application serving environment using wsadmin.sh
Automate application configuration
Application administration scripts
Application installation and uninstallation scripts
Application query scripts
Application update scripts
Application export scripts

+

Search Tips   |   Advanced Search