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
### Create or update an Oracle SOA Suite Docker image using the Oracle WebLogic Image Tool
2
+
3
+
For the release 20.4.2, follow the instructions in this [document](https://oracle.github.io/fmw-kubernetes/soa-domains/create-or-update-image/#create-an-image) to create or update an Oracle SOA Suite Docker image using the Oracle WebLogic Image Tool.
Copy file name to clipboardExpand all lines: docs-source/content/soa-domains/adminguide/deploying-composites/deploy-using-maven-ant.md
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Learn how to deploy Oracle SOA Suite and Oracle Service Bus composite applicatio
11
11
12
12
Before deploying composite applications, we need to create a Kubernetes pod in the same cluster where the Oracle SOA Suite domain is running, so that composite applications can be deployed using the internal Kubernetes Service for the Administration Server URL.
13
13
14
-
Place the SOA/OSB composite project at a share location (for example at `/share/soa-deploy`) mounted at `/soacomposites` inside container.
14
+
Place the SOA/OSB composite project at a share location (for example at `/share/soa-deploy`) mounted at `/composites` inside container.
15
15
Make sure to provide `oracle` user *( uid: 1000 and gid: 1000)* permission to directory `/share/soa-deploy`, so that it is accessible and writable inside the container.
16
16
17
17
```
@@ -75,7 +75,7 @@ Before creating a Kubernetes pod, make sure that the Oracle SOA Suite Docker ima
75
75
76
76
d) Apply the YAML:
77
77
```
78
-
$ kubectl apply apply -f soadeploy-pvc.yaml
78
+
$ kubectl apply -f soadeploy-pvc.yaml
79
79
```
80
80
81
81
@@ -98,7 +98,7 @@ Before creating a Kubernetes pod, make sure that the Oracle SOA Suite Docker ima
@@ -127,20 +127,20 @@ Set up proxy details for Maven to pull dependencies from the internet.
127
127
If your environment is not running behind a proxy, then skip this step. Otherwise, replace `REPLACE-WITH-PROXY-HOST`, `REPLACE-WITH-PROXY-PORT` and the value for `nonProxyHosts` attribute per your environment and create the `settings.xml`:
Copy file name to clipboardExpand all lines: docs-source/content/soa-domains/adminguide/enablingT3.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
@@ -15,7 +15,7 @@ You can create T3/T3S channels and the corresponding Kubernetes service to expos
15
15
16
16
The WebLogic Kubernetes operator provides an option to expose a T3 channel for the Administration Server using the `exposeAdminT3Channel` setting during domain creation, then the matching T3 service can be used to connect. By default, when `exposeAdminT3Channel` is set, the WebLogic Kubernetes operator environment exposes the `NodePort` for the T3 channel of the `NetworkAccessPoint` at `30012` (use `t3ChannelPort` to configure the port to a different value).
17
17
18
-
If you miss enabling `exposeAdminT3Channel` during domain creation, follow these steps to create a T3 channel for Managed Servers manually.
18
+
If you miss enabling `exposeAdminT3Channel` during domain creation, follow these steps to create a T3 channel for Administration Server manually.
19
19
20
20

0 commit comments