Skip to content

Commit e7a0e39

Browse files
committed
Fix references
Signed-off-by: Dongbo Xiao <[email protected]>
1 parent df00dd9 commit e7a0e39

File tree

2 files changed

+5
-21
lines changed

2 files changed

+5
-21
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Please refer to [Scaling a WebLogic cluster](site/scaling.md) for more informati
156156

157157
Please refer to [Shutting down a domain](site/shutdown-domain.md) for information about how to shut down a domain running in Kubernetes.
158158

159-
##Load balancing with an Ingress Controller or a Web Server
159+
## Load balancing with an Ingress Controller or a Web Server
160160

161161
You can choose a load balancer provider for your WebLogic domains running in a Kubernetes cluster. Please refer to Load balancing with Voyager Ingress Controller (link TBD), [Load balancing with Traefik Ingress Controller](site/traefik.md), and [Load balancing with Apache Web Server](site/apache.md) for information about the current capabilities and setup instructions for each of the supported load balancers.
162162

site/apache.md

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ This page describes how to setup and start a Apache Web Server for load balancin
77

88
You need to prepare the Docker image for Apache Web Server that enbeds Oracle WebLogic Server Proxy Plugin.
99

10-
1. Download and build the Docker image for the Apache Web Server with 12.2.1.3.0 Oracle WebLogic Server Proxy Plugin. See the instructions in
11-
12-
[https://github.com/oracle/docker-images/tree/master/OracleWebLogic/samples/12213-webtier-apache).
10+
1. Download and build the Docker image for the Apache Web Server with 12.2.1.3.0 Oracle WebLogic Server Proxy Plugin. See the instructions in [Apache Web Server with Oracle WebLogic Server Proxy Plugin on Docker] (https://github.com/oracle/docker-images/tree/master/OracleWebLogic/samples/12213-webtier-apache).
1311

1412
2. tag your Docker image to `store/oracle/apache:12.2.1.3` using `docker tag` command.
1513

@@ -19,7 +17,7 @@ docker tag 12213-apache:latest store/oracle/apache:12.2.1.
1917
2018
```
2119

22-
More information about the Apache plugin can be found at: [https://docs.oracle.com/middleware/1213/webtier/develop-plugin/apache.htm#PLGWL395)
20+
More information about the Apache plugin can be found at: [Apache Web Server with Oracle WebLogic Server Proxy Plugin on Docker] (https://docs.oracle.com/middleware/1213/webtier/develop-plugin/apache.htm#PLGWL395).
2321

2422
Once you have access to the Docker image of the Apache Web Server, you can go ahead follow the instructions below to setup and start Kubernetes artifacts for Apache Web Server.
2523

@@ -64,7 +62,7 @@ loadBalancerAppPrepath: /weblogic
6462
6563
```
6664

67-
The user can then access an application from utsidie of the Kubernetes cluster via `http://<host>:30305/weblogic/<application-url>,` and the admin can then access the admin console via `http://<host>:30305/console`.
65+
The user can then access an application from utsidie of the Kubernetes cluster via `http://<host>:30305/weblogic/<application-url>,` and the admin can access the admin console via `http://<host>:30305/console`.
6866

6967
The generated Kubernetes yaml files look like the following given the domainUID "domain1".
7068

@@ -356,20 +354,6 @@ Here are examples of the Kubernetes artifacts created by the WebLogic Operator:
356354

357355
```
358356
359-
360-
AMESPACE NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE
361-
362-
default deploy/domain1-apache-webtier 1 1 1 1 4h
363-
364-
365-
366-
default po/domain1-apache-webtier-7f7cf44dcf-pqzn7 1/1 Running 1 4h
367-
368-
PORT(S) AGE
369-
370-
default svc/domain1-apache-webtier NodePort 10.96.36.137 <none> 80:30305/TCP 4h
371-
372-
373357
NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE
374358
375359
bash-4.2$ kubectl get all |grep apache
@@ -459,7 +443,7 @@ The generated yaml files will look similar except that the lines that start with
459443
If your WebLogic domain is not created by the WebLogic Operator, you need to manually create and start all Kubernetes' artifacts for Apache Web Server.
460444

461445

462-
1. Create your own custom_mod_wl_apache.conf file, and put it in a local dir, say `<apache-conf-dir>`. See the instructions in [https://docs.oracle.com/middleware/1213/webtier/develop-plugin/apache.htm#PLGWL395).
446+
1. Create your own custom_mod_wl_apache.conf file, and put it in a local dir, say `<apache-conf-dir>`. See the instructions in [Apache Web Server with Oracle WebLogic Server Proxy Plugin on Docker](https://docs.oracle.com/middleware/1213/webtier/develop-plugin/apache.htm#PLGWL395).
463447

464448
2. Create the Apache deployment yaml file. See the example above. Note that you need to use the **volumes** and **volumeMounts** to mount `<apache-config-dir>` in to `/config` directory inside the pod that runs Apache web tier. Note that the Apache Web Server needs to be in the same Kubernetes namespace as the WebLogic domains that it needs to access.
465449

0 commit comments

Comments
 (0)