You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/4.1/content/managing-domains/domain-on-pv/domain-creation-images.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ For example source locations, see [Configuration example 2](#example-2-source-lo
71
71
If specifying multiple images with model files in their respective `sourceModelHome`
72
72
directories, then model files are merged.
73
73
The operator will merge the model files from multiple images in the same order in which images appear under `model.auxiliaryImages` or `domain.domainCreationImages`.
74
-
Files from later images in the merge overwrite same-named files from earlier images.
74
+
Files from later images take precedence over files from earlier images.
75
75
76
76
When specifying multiple images, ensure that only one of the images supplies a WDT installation location using
Copy file name to clipboardExpand all lines: documentation/4.1/content/managing-domains/domain-on-pv/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ When you deploy a Domain on PV domain resource YAML file:
64
64
### Runtime updates
65
65
66
66
You control runtime updates to the WebLogic domain configuration using tools, such as Fusion Middleware Control, product-specific WLST functions,
67
-
the WebLogic Server Administration Console, the Service Bus Console, or JDeveloper. After the initial domain is created, subsequent updates to the
67
+
the WebLogic Server Administration Console, the Service Bus Console, WebLogic Remote Console or JDeveloper. After the initial domain is created, subsequent updates to the
68
68
source of the WDT artifacts or any referenced macros _will be ignored_.
69
69
70
70
Some changes may require triggering an introspector job. For example:
Copy file name to clipboardExpand all lines: documentation/4.1/content/managing-domains/domain-on-pv/usage.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,13 +23,13 @@ WebLogic domain.
23
23
24
24
To use this feature, provide the following information:
25
25
26
-
-[WebLogic base image](#weblogic-base-image) - This is the WebLogic product to be used.
26
+
-[WebLogic base image](#weblogic-base-image) - This is the WebLogic product to be used. For example, WebLogic Server or Fusion Middleware Infrastructure.
27
27
-[Volumes and VolumeMounts information](#volumes-and-volumemounts-information) - This follows the standard Kubernetes pod requirements for mounting persistent volumes.
28
28
-[PersistentVolume and PersistentVolumeClaim](#persistent-volume-and-persistent-volume-claim) - This is environment specific and usually requires assistance from your administrator to provide the underlying details, such as `storageClass` or any permissions.
29
29
-[Domain information](#domain-information) - This describes the domain type and whether the operator should create the RCU schema.
30
-
-[Domain WDT artifacts](#domain-creation-wdt-artifacts) - This is where the WDT binariesand WDT artifacts reside.
0 commit comments