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: articles/openshift/howto-deploy-java-liberty-app.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ After creating and connecting to the cluster, install the Open Liberty Operator.
57
57
4. Select **Install**.
58
58
5. In the page **Install Operator**, check **beta2** for **Update channel**, **All namespaces on the cluster (default)** for **Installation mode**, and **Automatic** for **Update approval**:
59
59
60
-

60
+

61
61
6. Select **Install** and wait a minute or two until the installation completes.
62
62
7. Observe the Open Liberty Operator is successfully installed and ready for use. If you don't, diagnose and resolve the problem before continuing.
63
63
@@ -71,7 +71,7 @@ Follow the instructions below to create an OpenShift namespace for use with your
71
71
2. Navigate to **Administration** > **Namespaces** > **Create Namespace**.
72
72
3. Fill in `open-liberty-demo` for **Name** and select **Create**, as shown next.

75
75
76
76
### Create an Azure Database for MySQL
77
77
@@ -87,7 +87,7 @@ Follow the instructions below to set up an Azure Database for MySQL for use with
87
87
2. Select **Add current client IP address**.
88
88
3. Set **Minimal TLS Version** to **>1.0** and select **Save**.
89
89
90
-

90
+

91
91
92
92
3. Open **your SQL database** > **Connection strings** > Select **JDBC**. Write down the **Port number** following sql server address. For example, **3306** is the port number in the example below.
93
93
@@ -202,7 +202,7 @@ In the sample application, we've prepared Dockerfile-local and Dockerfile-wlp-lo
202
202
203
203
1. Open `http://localhost:9080/` in your browser to visit the application home page. The application will look similar to the following image:
204
204
205
-

205
+

206
206
1. Press **Control-C** to stop the application and Open Liberty server.
207
207
208
208
The directory `2-simple` of your local clone shows the Maven project with the above changes already applied.
@@ -338,7 +338,7 @@ Because we use the Open Liberty Operator to manage Liberty applications, we need
338
338
1. In the middle of the page, select**Open Liberty Operator**.
339
339
1. In the middle of the page, select**Open Liberty Application**. The navigation of items in the user interface mirrors the actual containment hierarchy of technologies in use.

342
342
1. Select **Create OpenLibertyApplication**
343
343
1. Replace the generated yaml with yours, which is located at `<path-to-repo>/3-integration/connect-db/mysql/target/openlibertyapplication.yaml`.
344
344
1. Select **Create**. You'll be returned to the list of OpenLibertyApplications.
@@ -403,7 +403,7 @@ Because we use the Open Liberty Operator to manage Liberty applications, we need
403
403
1. In the middle of the page, select**Open Liberty Operator**.
404
404
1. In the middle of the page, select**Open Liberty Application**. The navigation of items in the user interface mirrors the actual containment hierarchy of technologies in use.
0 commit comments