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/samples/domains/domain-home-on-pv/_index.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,15 @@ description: "Sample for creating a WebLogic domain home on a persistent volume
12
12
This sample demonstrates deploying a
13
13
[Domain on PV]({{< relref "/managing-domains/choosing-a-model/_index.md" >}}) domain home source type
14
14
with [Domain creation images]({{< relref "/managing-domains/domain-on-pv/domain-creation-images.md" >}}).
15
-
The Domain on PV sample uses a WebLogic Deploy Tooling (WDT) model to specify your initial WebLogic configuration. For more information about WDT models, see [Working with model files]({{<relref "/managing-domains/working-with-wdt-models/model-files.md" >}}) in the user documentation.
15
+
The Domain on PV sample uses a WebLogic Deploy Tooling (WDT) model to specify your initial WebLogic configuration.
16
+
17
+
WDT models are a convenient and simple alternative to WebLogic Scripting Tool (WLST) configuration scripts and templates. They compactly define a WebLogic domain using model files, variable properties files, and application archives files. The WDT model format is described in the open source, [WebLogic Deploy Tooling](https://oracle.github.io/weblogic-deploy-tooling/) GitHub project, and the required directory structure for a WDT archive is specifically discussed [here](https://oracle.github.io/weblogic-deploy-tooling/concepts/archive/).
18
+
19
+
For more information on Domain on PV, see the [Domain on PV]({{< relref "/managing-domains/domain-on-pv/_index.md" >}}) user documentation.
16
20
17
21
#### Domain on PV domain types (WLS and JRF)
18
22
19
-
Domain on PV is supported on two types of domains: a standard Oracle WebLogic Server domain and an Oracle Fusion Middleware Infrastructure, Java Required Files (JRF) domain. This sample demonstrates both Oracle WebLogic Server (WLS) and JRF domain types.
23
+
Domain on PV is supported on two types of domains: a standard Oracle WebLogic Server (WLS) domain and an Oracle Fusion Middleware Infrastructure, Java Required Files (JRF) domain. This sample demonstrates both Oracle WebLogic Server (WLS) and JRF domain types.
20
24
21
25
The JRF domain path through the sample includes additional steps required for JRF: deploying an infrastructure database, initializing the database using the Repository Creation Utility (RCU) tool, referencing the infrastructure database from the WebLogic configuration, setting an Oracle Platform Security Services (OPSS) wallet password, and exporting or importing an OPSS wallet file. JRF domains may be used by Oracle products that layer on top of WebLogic Server, such as SOA and OSB.
Copy file name to clipboardExpand all lines: documentation/4.1/content/samples/domains/domain-home-on-pv/build-domain-creation-image.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,7 @@ The archive top directory, named `wlsdeploy`, contains a directory named `applic
124
124
```
125
125
{{% /expand %}}
126
126
127
-
The application displays important details about the WebLogic Server instance that it's running on: namely its domain name, cluster name, and server name, as well as the names of any data sources that are targeted to the server. Also, you can see that application output reports that it's at version `v1`; you will update this to `v2` in a later use case that demonstrates upgrading the application.
127
+
The application displays important details about the WebLogic Server instance that it's running on: namely its domain name, cluster name, and server name, as well as the names of any data sources that are targeted to the server. Also, you can see that application output reports that it's at version `v1`.
128
128
129
129
#### Stage a ZIP file of the archive
130
130
@@ -316,7 +316,7 @@ Run the following commands to create the image and verify that it worked:
316
316
317
317
If you don't see the `imagetool` directory, then you missed a step in the [prerequisites]({{< relref "/samples/domains/domain-home-on-pv/prerequisites.md" >}}).
318
318
319
-
This command runs the WebLogic Image Tool to create the image and does the following:
319
+
This command runs the WebLogic Image Tool to create the domain creation image and does the following:
320
320
321
321
- Builds the final container image as a layer on a small `busybox` base image.
322
322
- Copies the WDT ZIP file that's referenced in the WIT cache into the image.
Copy file name to clipboardExpand all lines: documentation/4.1/content/samples/domains/domain-home-on-pv/sample.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,7 @@ description: "Sample for creating a WebLogic domain home on a PV for deploying t
11
11
12
12
The sample demonstrates setting up a WebLogic domain with a domain home on a Kubernetes PersistentVolume (PV) (Domain on PV). This involves:
13
13
14
-
- Building a [domain creation image](#domain-creation-image) with:
15
-
- A WDT model that describes your WebLogic domain configuration.
16
-
- A WDT archive ZIP file that contains your applications.
17
-
- A WDT installation that contains the binaries for running WDT.
14
+
- Using the [domain creation image](#domain-creation-image) that you previously built.
18
15
- Creating secrets for the domain.
19
16
- Creating a Domain resource YAML file for the domain that:
20
17
- References your Secrets and a WebLogic image.
@@ -343,7 +340,7 @@ Events:
343
340
```
344
341
{{% /expand %}}
345
342
346
-
In the `Status` section of the output, the available servers and clusters are listed. Note that if this command is issued very soon after the script finishes, there may be no servers available yet, or perhaps only the Administration Server but no Managed Servers. The operator will start up the Administration Server first and wait for it to become ready before starting the Managed Servers.
343
+
In the `Status` section of the output, the available servers and clusters are listed. Note that if this command is issued very soon after the domain resource is applied, there may be no servers available yet, or perhaps only the Administration Server but no Managed Servers. The operator will start up the Administration Server first and wait for it to become ready before starting the Managed Servers.
347
344
348
345
### Verify the pods
349
346
@@ -499,3 +496,7 @@ If the PVC and PV were created by the operator and you don't want to preserve th
Copy file name to clipboardExpand all lines: documentation/4.1/content/samples/domains/model-in-image/_index.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,14 +11,14 @@ description: "Sample for supplying a WebLogic Deploy Tooling (WDT) model that th
11
11
12
12
This sample demonstrates deploying a [Model in Image]({{< relref "/managing-domains/choosing-a-model/_index.md" >}}) domain home source type
13
13
with [Auxiliary images]({{< relref "/managing-domains/model-in-image/auxiliary-images.md" >}}).
14
-
Unlike Domain on PV and Domain in Image, Model in Image eliminates the need to pre-create
14
+
Model in Image eliminates the need to pre-create
15
15
your WebLogic domain home prior to deploying your Domain YAML file.
16
16
Instead, Model in Image uses a
17
17
WebLogic Deploy Tooling (WDT) model to specify your WebLogic configuration.
18
18
19
-
WDT models are a convenient and simple alternative to WebLogic Scripting Tool (WLST) configuration scripts and templates. They compactly define a WebLogic domain using YAML files and support including application archives in a ZIP file. The WDT model format is described in the open source, [WebLogic Deploy Tooling](https://oracle.github.io/weblogic-deploy-tooling/) GitHub project, and the required directory structure for a WDT archive is specifically discussed [here](https://oracle.github.io/weblogic-deploy-tooling/concepts/archive/).
19
+
WDT models are a convenient and simple alternative to WebLogic Scripting Tool (WLST) configuration scripts and templates. They compactly define a WebLogic domain using model files, variable properties files, and application archives files. The WDT model format is described in the open source, [WebLogic Deploy Tooling](https://oracle.github.io/weblogic-deploy-tooling/) GitHub project, and the required directory structure for a WDT archive is specifically discussed [here](https://oracle.github.io/weblogic-deploy-tooling/concepts/archive/).
20
20
21
-
Furthermore, the Model in Image auxiliary image option lets you supply your WDT artifacts
21
+
Furthermore, the Model in Image auxiliary image option lets you supply your WDT model files
22
22
in a small separate image separate from your WebLogic image.
23
23
24
24
For more information on Model in Image, see the [Model in Image]({{< relref "/managing-domains/model-in-image/_index.md" >}}) user guide. For a comparison of Model in Image to other domain home source types, see [Choose a domain home source type]({{< relref "/managing-domains/choosing-a-model/_index.md" >}}).
@@ -29,7 +29,7 @@ This sample demonstrates five Model in Image use cases:
29
29
30
30
-[Initial]({{< relref "/samples/domains/model-in-image/initial.md" >}}): An initial WebLogic domain with the following characteristics:
- A WDT archive with version `v1` of an exploded Java EE web application
35
35
- A WDT model with:
@@ -67,11 +67,11 @@ This sample demonstrates five Model in Image use cases:
67
67
68
68
-[Update 3]({{< relref "/samples/domains/model-in-image/update3.md" >}}): Demonstrates deploying an updated auxiliary image with an updated application to the Update 1 use case domain and then restarting (rolling) its domain to propagate the change. Updates:
69
69
70
-
- Auxiliary image `model-in-image:WLS-AI-v2`, similar to `model-in-image:WLS-AI-v1` image with:
70
+
- Auxiliary image `wdt-domain-image:WLS-v2`, similar to `wdt-domain-image:WLS-v1` image with:
71
71
- An updated web application `v2` at the `myapp-v2` directory path instead of `myapp-v1`
72
72
- An updated model that points to the new web application path
73
73
- Domain:
74
-
- Same as the Update 1 use case, except `spec.image` is `model-in-image:WLS-AI-v2`
74
+
- Same as the Update 1 use case, except `spec.image` is `wdt-domain-image:WLS-v2`
75
75
76
76
-[Update 4]({{< relref "/samples/domains/model-in-image/update4.md" >}}): Demonstrates dynamically updating the running Update 1 or Update 3 WebLogic domain configuration without requiring a domain restart (roll). Updates:
Copy file name to clipboardExpand all lines: documentation/4.1/content/samples/domains/model-in-image/prerequisites.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
@@ -24,7 +24,7 @@ description: "Follow these prerequisite steps for WLS domain type."
24
24
25
25
For additional information about obtaining the operator source, see the [Developer Guide Requirements](https://oracle.github.io/weblogic-kubernetes-operator/developerguide/requirements/).
26
26
27
-
1. Copy the Model in Image sample to a new directory; for example, use directory /tmp/sample.
27
+
1. Copy the Model in Image sample to a new directory; for example, use directory `/tmp/sample`.
0 commit comments