Skip to content

Commit e75188a

Browse files
Add the prerequiesit for JAVA_HOME in wdt
1 parent dac7885 commit e75188a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

kubernetes/samples/scripts/create-weblogic-domain/domain-home-in-image/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ The sample scripts demonstrate the creation of a WebLogic domain home in a Docke
55
## Prerequisites
66

77
The following prerequisites must be handled prior to running the create domain script:
8+
* The WDT sample requires that JAVA_HOME is set to a java JDK version 1.8 or greater
89
* Make sure the WebLogic operator is running.
910
* The operator requires WebLogic Server 12.2.1.3.0 with patch 28076014 applied. Refer to [Weblogic Docker images](../../../../../site/weblogic-docker-images.md) for details on how to create one. If a different `domainHomeImageBase` (see Configuration table below) is specified, the specified image needs to be built locally or pulled from a repository.
1011
* Create a Kubernetes namespace for the domain unless the intention is to use the default namespace.

kubernetes/samples/scripts/create-weblogic-domain/domain-home-in-image/create-domain.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
# The domain creation inputs can be customized by editing create-domain-inputs.yaml
1010
#
1111
# The following pre-requisites must be handled prior to running this script:
12+
# * The WDT sample requires that JAVA_HOME is set to a java JDK version 1.8 or greater
1213
# * The kubernetes namespace must already be created
1314
# * The kubernetes secrets 'username' and 'password' of the admin account have been created in the namespace
1415
#

0 commit comments

Comments
 (0)