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/site/content/introduction/prerequisites/introduction.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ For the current production release {{< latestVersion >}}:
13
13
* Docker 19.03.1+ (check with `docker version`) *or* CRI-O 1.20.2+ (check with `crictl version | grep RuntimeVersion`).
14
14
* Helm 3.3.4+ (check with `helm version --client --short`).
15
15
* For domain home source type `Model in Image`, WebLogic Deploy Tooling 1.9.11+.
16
-
* Oracle WebLogic Server 12.2.1.4.0or Oracle WebLogic Server 14.1.1.0.0.
16
+
* Oracle WebLogic Server 12.2.1.4.0, Oracle WebLogic Server 14.1.1.0.0, or Oracle WebLogic Server 14.1.2.0.0.
17
17
***NOTE**:
18
18
19
19
* As of June, 2023, Oracle WebLogic Server 12.2.1.3 is no longer supported. The last Critical Patch Updates (CPU) images for WebLogic Server 12.2.1.3 were published in April, 2023.
@@ -24,7 +24,9 @@ For the current production release {{< latestVersion >}}:
24
24
{{% /notice %}}
25
25
* Check the WLS version and patches using the [WebLogic Image Tool](https://oracle.github.io/weblogic-image-tool/userguide/tools/inspect-image/)`inspect` command: `imagetool inspect --image=container-registry.oracle.com/middleware/weblogic:12.2.1.4 --patches`. For more information, see [Inspect images]({{< relref "/base-images/ocr-images#inspect-images" >}}).
26
26
* Container images based on Oracle Linux 8 are now supported. The Oracle Container Registry hosts container images
27
-
based on both Oracle Linux 7 and 8, including Oracle WebLogic Server 14.1.1.0.0 images based on Java 8 and 11.
27
+
based on both Oracle Linux 7 and 8, including Oracle WebLogic Server 14.1.1.0.0 images based on Java 8 and 11 and Oracle WebLogic Server 14.1.2.0.0 images based on Java 17 and 21.
28
+
* Container images based on Oracle Linux 9 are now supported. The Oracle Container Registry hosts container images
29
+
based on Oracle Linux 9, including Oracle WebLogic Server 14.1.2.0.0 images based on Java 17 and 21.
28
30
* You must have the `cluster-admin` role to install the operator. The operator does
29
31
not need the `cluster-admin` role at runtime. For more information,
Copy file name to clipboardExpand all lines: documentation/site/content/managing-domains/accessing-the-domain/external-clients.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -493,7 +493,7 @@ with domain1, such as `t3://domain1-managed-server1:8001`, will be sent to the p
493
493
RMI forwarding will ensure that the message will reach WebLogic Server managed-server1 in domain1.
494
494
495
495
Patch 32408938 is required in each WebLogic Server instance that participates in cross-domain transactions, or that is the routing
496
-
destination of a proxy. The patch is available for WebLogic versions 12.2.1.4.0 (PS4), and 14.1.1.0.0, and is already included in the PSUs for these releases since July 2022.
496
+
destination of a proxy. The patch is available for WebLogic versions 12.2.1.4.0 (PS4), 14.1.1.0.0 and 14.1.2.0.0, and is already included in the PSUs for these releases since July 2022.
497
497
498
498
### Configuring WebLogic Server affinity load balancing algorithms
Copy file name to clipboardExpand all lines: documentation/site/content/managing-domains/accessing-the-domain/remote-admin-console.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ To set up access to WebLogic Server domains running in Kubernetes using the Remo
45
45
46
46
**NOTE**: These instructions assume that you are installing and running the Remote Console externally to your Kubernetes cluster.
47
47
48
-
1. For [additional functionality](https://oracle.github.io/weblogic-remote-console/setup/console/#ext), incorporate and deploy the WebLogic Remote Console extension in your 12.2.1.4 and 14.1.1 domains. **NOTE**: As a best practice, make sure that you are using the same versions of the WebLogic Remote Console and the WebLogic Remote Console Extension, otherwise you might lose functionality.
48
+
1. For [additional functionality](https://oracle.github.io/weblogic-remote-console/setup/console/#ext), incorporate and deploy the WebLogic Remote Console extension in your 12.2.1.4 14.1.1, and 14.1.2 domains. **NOTE**: As a best practice, make sure that you are using the same versions of the WebLogic Remote Console and the WebLogic Remote Console Extension, otherwise you might lose functionality.
49
49
50
50
a. From [https://github.com/oracle/weblogic-remote-console/releases](https://github.com/oracle/weblogic-remote-console/releases), download the Remote Console extension WAR file, [console-rest-ext-[version].war](https://github.com/oracle/weblogic-remote-console/releases/download/v2.4.10/console-rest-ext-9.0.war).
0 commit comments