Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Oracle WebLogic plugin leverages WLST scripting to simplify the deployment to and the management of WebLogic servers.

Supported Versions

  • 11.1.1.3+

  • 12.1.3

  • 12.2.1

Key Features

  • Rich set of options for deploying EAR and WAR files as Applications or Shared Libraries.

  • Application and Shared library deployments can be performed using stage, nostage or external_stage mode.

  • Supports versioned or non-versioned deployments.

  • Start and Stop operations for AdminServer, Cluster, Managed Server(s), partition, Node Manager or the entire WebLogic domain.

  • Restart operations for managed servers, clusters and domain.

  • Run custom WLST script file or commands.

    • Not just limited to WebLogic-specific WLST commands, customers can run WLST script for any Fusion Middleware Product, for example SOA or WebCenter Portal. etc.

  • Manage resources such as JDBC data sources, JMS objects, EIS entries and OWSM Policies.

Plugin Operations

Child pages (Children Display)

Example Workflows

Simply create workflow with name and type shown below, click Save, go to Definition, click Source button, then download source code replace entire contents on Source popup.

Workflow Name

Workflow Type

Source Code

Description

Build WebLogic Configurations

Build

View file
nameBuild WebLogic Configurations.yml

Extract configuration property files from supported SCM and save as artifacts for use during deploy

Deploy WebLogic Configurations

Deploy

View file
nameDeploy WebLogic Configurations.yml

Deploy build artifact property files, i.e. create or update data source, eis entries, jms objects, work managers etc.

Appendix

Child pages (Children Display)
pageFD60:Appendix-WebLogic Plugin Guide
Tip

If you want to detect changes in WebLogic resource (properties) files and only deploy changed files, you can implement custom workflow as defined in Custom Workflow to detect changes in Properties Files.