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: OracleSOASuite/dockerfiles/14.1.2.0/README.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,20 +26,20 @@ To create the Podman network and run containers, follow these steps:
26
26
27
27
The containers will be connected using a Podman user-defined network.
28
28
29
-
####Create a user-defined network
29
+
### Create a user-defined network
30
30
31
31
In this configuration, the creation of a user-defined network will enable the communication between the containers just using container names. For this setup we will use a user-defined network using bridge driver.
32
32
33
33
Create a user-defined network using the bridge driver:
Data volumes are designed to persist data, independent of the container’s lifecycle. Podman automatically creates volumes when you specify a volume name with the -v option, without the need to predefine directories on the host. In this project, the volumes will be used to store Database data files and WebLogic Server domain files. These volumes will be automatically created and managed by Podman. The names of the volumes are specified in the podman run commands.
45
45
```bash
@@ -65,7 +65,7 @@ If this command returns a username (which is the first field), you can skip the
65
65
$ useradd -u 1000 -g 0 oracle
66
66
```
67
67
68
-
###3. Create the database
68
+
## 3. Create the database
69
69
70
70
You need to have a running database container or a database running on any machine. The database connection details are required for creating SOA-specific RCU schemas while configuring the SOA domain. While using a 19.3.0.0 CDB/PDB DB, ensure a PDB is used to load the schemas. RCU loading on a CDB is not supported.
71
71
@@ -86,11 +86,11 @@ To run the database container to host the RCU schemas:
86
86
```
87
87
1. Verify that the database is running and healthy. The `STATUS` field should show `healthy`in the output of `podman ps`.
88
88
89
-
### 4. Obtain the SOA 14.1.2.0 container image
89
+
## 4. Obtain the SOA 14.1.2.0 container image
90
90
91
91
You can either build the SOA image with the `Containerfile` provided or use the already available Oracle SOA Suite (14.1.2.0) image in the [Oracle Container Registry](https://container-registry.oracle.com/ords/ocr/ba/middleware/soasuite).
92
92
93
-
### 5. Create a container for the Administration Server
93
+
## 5. Create a container for the Administration Server
94
94
95
95
Start a container to launch the Administration Server from the image created using the steps above. The environment variables used to configure the domain are defined in`adminserver.env.list`. Replace in`adminserver.env.list` the values for the Database and WebLogic Server passwords.
96
96
@@ -149,7 +149,7 @@ To view the Administration Server logs, enter the following command:
149
149
``` bash
150
150
$ podman logs -f \<Administration Server container name\>
151
151
```
152
-
### 6. Create SOA Managed Server containers
152
+
## 6. Create SOA Managed Server containers
153
153
154
154
> **Note**: These steps are required only for the `soa` and `soaosb` domain type.
155
155
@@ -218,7 +218,7 @@ Once the Managed Server container is created, you can view the server logs:
218
218
``` bash
219
219
$ podman logs -f \<Managed Server container name\>
220
220
```
221
-
### 7. Create Oracle Service Bus Managed Server containers
221
+
## 7. Create Oracle Service Bus Managed Server containers
222
222
223
223
> **Note**: These steps are required only for the `osb` and `soaosb` domain type.
224
224
@@ -285,7 +285,7 @@ Once the Managed Server container is created, you can view the server logs:
285
285
$ podman logs -f \<Managed Server container name\>
286
286
```
287
287
288
-
### 8. Access the Consoles
288
+
## 8. Access the Consoles
289
289
Now you can access the following Consoles:
290
290
291
291
* EM Console at http://\<hostname\>:7001/em with weblogic/welcome1 credentials.
@@ -298,7 +298,7 @@ Now you can access the following Consoles:
298
298
299
299
> **Note**: In a multinode scenario, you cannot access the `SOA Composer` and `BPM Worklist` application URLs from the `soa-infra` application page.
300
300
301
-
### 9. Clean up the environment
301
+
## 9. Clean up the environment
302
302
303
303
1. Stop and remove all running containers from the node where the container is running:
0 commit comments