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
installer from the GitHub Releases page.
weblogic-deploy.zip
installer on a machine that has the desired versions
of WebLogic Server installed.JAVA_HOME
environment variable to point to a
Java 7 or higher JDK and the shell scripts are ready to run.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.
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, 1.11 |
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