Skip to content

Commit a235410

Browse files
committed
On branch update-liberty-aro-quickstart Ready for review from Karl.
modified: articles/openshift/howto-deploy-java-liberty-app.md new file: articles/openshift/media/howto-deploy-java-liberty-app/cafe-app-running.png Signed-off-by: Ed Burns <[email protected]>
1 parent a08ac96 commit a235410

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

articles/openshift/howto-deploy-java-liberty-app.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Shows you how to quickly stand up IBM WebSphere Liberty and Open Li
44
author: KarlErickson
55
ms.author: haiche
66
ms.topic: how-to
7-
ms.date: 06/24/2023
7+
ms.date: 01/26/2023
88
ms.custom: template-overview, devx-track-java, devx-track-javaee, devx-track-javaee-liberty, devx-track-javaee-liberty-aro, devx-track-javaee-websphere, devx-track-extended-java
99
---
1010

@@ -170,6 +170,8 @@ If you navigated away from the **Deployment is in progress** page, the following
170170
1. Verify the appropriate Kubernetes operator for Liberty has been installed. In the left navigation pane, select **Operators**, then **Installed Operators**, as shown in the following screenshot.
171171

172172
:::image type="content" source="media/howto-deploy-java-liberty-app/red-hat-openshift-cluster-console-portal.png" alt-text="Screenshot of Red Hat OpenShift cluster console portal showing Installed Operators page." lightbox="media/howto-deploy-java-liberty-app/red-hat-openshift-cluster-console-portal.png":::
173+
174+
Take note if you have installed the WebSphere Liberty operator or the Open Liberty operator. The operator variant will match what you selected at deployment time. If you selected **IBM Supported**, you will have the WebSphere Liberty operator. Otherwise you will have the Open Liberty operator. This is important to know in later steps.
173175

174176
1. Download and install the OpenShift CLI `oc` by following steps in tutorial [Install the OpenShift CLI](tutorial-connect-cluster.md#install-the-openshift-cli), then return to this documentation.
175177

@@ -374,6 +376,10 @@ Use the following steps to deploy and test the application:
374376
```
375377

376378
1. Copy the value of **route host** from the output, open it in your browser to test the application. If the web page doesn't render correctly, that's because the app is still starting in the background. Wait for a few minutes and then try again.
379+
380+
1. Add and delete a few coffees to verify the functionality of the app and the database connection.
381+
382+
:::image type="content" source="media/howto-deploy-java-liberty-app/cafe-app-running.png" alt-text="Screenshot of the running app." lightbox="media/howto-deploy-java-liberty-app/cafe-app-running.png":::
377383

378384
## Clean up resources
379385

157 KB
Loading

0 commit comments

Comments
 (0)