Install WDT
Download and install the software
The WebLogic Deploy Tooling project repository is located at https://github.com/oracle/weblogic-deploy-tooling.
You can download binary distributions of the weblogic-deploy.zip or weblogic-deploy.tar.gz installers from the
GitHub Releases page.
- To install the software, simply unzip the
weblogic-deploy.zipinstaller on a machine that has the desired versions of WebLogic Server installed. - After being unzipped, the software is ready to use, just set the
JAVA_HOMEenvironment variable to point to a Java 7 or higher Oracle JDK and the shell scripts are ready to run.
Supported WLS versions
The following table specifies the supported WebLogic Server versions, along with the JDK versions, that must be used to
run the WDT tool. You must set the JAVA_HOME environment variable to specify a JDK version different from the system
default version.
To create a domain with the proper JDK (particularly if the JAVA_HOME is different from the one which will be used
by the target domain), set the domain JavaHome attribute in the domain model.
Note
The Encryption Model Tool used to encrypt and decrypt clear-text passwords in the model and variable files, requires WDT to run with JDK version that supports the necessary encryption algorithms. This means later versions of JDK 7 and all versions of JDK 8 and 11.
| WebLogic Server Version | Tool JDK Version |
|---|---|
| 10.3.6 | 1.7 |
| 12.1.1 | 1.7, 1.8 |
| 12.1.2 [1][2] | 1.7, 1.8 |
| 12.1.3 | 1.7, 1.8 |
| 12.2.1 | 1.8 |
| 12.2.1.1 [3] | 1.8 |
| 12.2.1.2 | 1.8 |
| 12.2.1.3 | 1.8 |
| 12.2.1.4 [4] | 1.8 |
| 14.1.1 | 1.8, 11 |
| 14.1.2 | 17, 21 |
| 15.1.1 | 17, 21 |
1 First release dynamic clusters are supported
2 First release Coherence clusters are supported
3 First release multitenancy is supported
4 Last release multitenancy is supported