About the Oracle WebLogic Deploy Tool

You can use various tools to automate many of the tasks involved in migrating an Oracle Java Cloud Service instance to Oracle WebLogic Server for OCI.

Oracle WebLogic Deploy Tool (WDT) is an open-source project. It provides scripts that enable you to discover and export the configuration and application files from one Oracle WebLogic Server domain, and then import the configuration and applications into another existing domain.

WDT exports a domain configuration as a metadata file, and automatically excludes sensitive information like passwords. When updating a domain, you also provide a metadata file. This file needs to describe only the resources that you want to add or update. If an application is already deployed, the tool compares the binaries and determines whether the application needs to be redeployed.

See Oracle WebLogic Deploy Tool project on GitHub.