Skip to content

Commit 7d7ebe5

Browse files
committed
Update documentation for WebLogic 15.1.1
1 parent bf2d73e commit 7d7ebe5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

documentation/site/content/introduction/prerequisites/introduction.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ weight: 5
88
For the current production release {{< latestVersion >}}:
99

1010
{{% notice note %}}
11-
Support for Kubernetes 1.32.1+ with Oracle WebLogic Server 12.2.1.4 or 14.1.1.0 requires that the WebLogic container images have patch 37788099. No patch is required when using Oracle WebLogic Server 14.1.2.0.
11+
Support for Kubernetes 1.32.1+ with Oracle WebLogic Server 12.2.1.4 or 14.1.1.0 requires that the WebLogic container images have patch 37788099. No patch is required when using Oracle WebLogic Server 14.1.2.0 or later.
1212
{{% /notice %}}
1313

1414
* Kubernetes 1.26.2+, 1.27.2+, 1.28.2+, 1.29.1+, 1.30.1+, 1.31.1+, 1.32.1+, 1.33.1+ (check with `kubectl version`).
@@ -17,7 +17,7 @@ Support for Kubernetes 1.32.1+ with Oracle WebLogic Server 12.2.1.4 or 14.1.1.0
1717
* Docker 25.0.10+ (check with `docker version`) *or* CRI-O 1.26.2+ (check with `crictl version | grep RuntimeVersion`).
1818
* Helm 3.13.2+ (check with `helm version --client --short`).
1919
* For domain home source type `Model in Image`, WebLogic Deploy Tooling 4.3.4+.
20-
* 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.
20+
* Oracle WebLogic Server 12.2.1.4.0, Oracle WebLogic Server 14.1.1.0.0, Oracle WebLogic Server 14.1.2.0.0, or Oracle WebLogic Server 15.1.1.0.0.
2121
* **NOTE**:
2222

2323
* 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.
@@ -28,9 +28,9 @@ Support for Kubernetes 1.32.1+ with Oracle WebLogic Server 12.2.1.4 or 14.1.1.0
2828
{{% /notice %}}
2929
* 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:14.1.2.0-generic-jdk17-ol8 --patches`. For more information, see [Inspect images]({{< relref "/base-images/ocr-images#inspect-images" >}}).
3030
* Container images based on Oracle Linux 8 are now supported. The Oracle Container Registry hosts container images
31-
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.
31+
based on both Oracle Linux 7 and 8, including Oracle WebLogic Server 14.1.1.0.0 images based on Java 8 and 11, Oracle WebLogic Server 14.1.2.0.0 images based on Java 17 and 21, and Oracle WebLogic Server 15.1.1.0.0 images based on Java 17 and 21.
3232
* Container images based on Oracle Linux 9 are now supported. The Oracle Container Registry hosts container images
33-
based on Oracle Linux 9, including Oracle WebLogic Server 14.1.2.0.0 images based on Java 17 and 21.
33+
based on Oracle Linux 9, including Oracle WebLogic Server 14.1.2.0.0 images based on Java 17 and 21 and Oracle WebLogic Server 15.1.1.0.0 images based on Java 17 and 21.
3434
* You must have the `cluster-admin` role to install the operator. The operator does
3535
not need the `cluster-admin` role at runtime. For more information,
3636
see the role-based access control, operator

documentation/site/content/managing-domains/accessing-the-domain/external-clients.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ with domain1, such as `t3://domain1-managed-server1:8001`, will be sent to the p
493493
RMI forwarding will ensure that the message will reach WebLogic Server managed-server1 in domain1.
494494

495495
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), 14.1.1.0.0 and 14.1.2.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 and later releases since July 2022.
497497

498498
### Configuring WebLogic Server affinity load balancing algorithms
499499

documentation/site/content/managing-domains/accessing-the-domain/remote-admin-console.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ To set up access to WebLogic Server domains running in Kubernetes using the Remo
4545

4646
**NOTE**: These instructions assume that you are installing and running the Remote Console externally to your Kubernetes cluster.
4747

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.
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, 14.1.2, and 15.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.
4949

5050
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).
5151

0 commit comments

Comments
 (0)