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-jboss-enterprise-application-platform-app.md
+19-19Lines changed: 19 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ The application is a stateful application that stores information in an HTTP Ses
35
35
36
36
[!INCLUDE [aro-quota](includes/aro-quota.md)]
37
37
38
-
1. Prepare a local machine with a Unix-like operating system that is supported by the various products installed (for example Red Hat Enterprise Linux 8 (latest update) in the case of JBoss EAP).
38
+
1. Prepare a local machine with a Unix-like operating system that is supported by the various products installed.
39
39
1. Install a Java SE implementation (for example, [Oracle JDK 11](https://www.oracle.com/java/technologies/downloads/#java11)).
40
40
1. Install [Maven](https://maven.apache.org/download.cgi) 3.6.3 or higher.
41
41
1. Install [Docker](https://docs.docker.com/get-docker/) for your OS.
@@ -85,9 +85,9 @@ However, when you are targeting OpenShift, you might want to trim the capabiliti
85
85
Navigate to your demo application local repository and change the branch to `bootable-jar`:
1. Launch the Bootable JAR by using the following command. When we are launching the application, we need to pass the required environment variables to configure the data source:
@@ -154,7 +154,7 @@ Follow the next steps to build and run the application locally.
154
154
1. (Optional) If you want to verify the clustering capabilities, you can also launch more instances of the same application by passing to the Bootable JAR the `jboss.node.name` argument and, to avoid conflicts with the port numbers, shifting the port numbers by using `jboss.socket.binding.port-offset`. For example, to launch a second instance that will represent a new pod on OpenShift, you can execute the following command in a new terminal window:
@@ -179,10 +179,10 @@ Follow the next steps to build and run the application locally.
179
179
1. Check the application health endpoints (live and ready). These endpoints will be used by OpenShift to verify when your pod is live and ready to receive user requests:
Let's do a quick review about what we have changed:
@@ -240,7 +240,7 @@ This file expects the presence of an OpenShift Secret object named `mssqlserver-
240
240
1. To create the Secret object with the information relative to the database, execute the following command on the `eap-demo` project created before at the pre-requisite steps section:
Copy file name to clipboardExpand all lines: articles/openshift/includes/aro-support.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,5 +7,3 @@ ms.date: 10/29/2020
7
7
8
8
> [!IMPORTANT]
9
9
> While ARO is jointly engineered, operated, and supported by Red Hat and Microsoft to provide an integrated support experience, the software you run on top of ARO, including that described in this article, is subject to its own support and license terms. For details about support of ARO, see [Support lifecycle for Azure Red Hat OpenShift 4](../support-lifecycle.md). For details about support of the software described in this article, see the main pages for that software as listed in the article.
10
-
> * For support for Open Liberty and the the Open Liberty Operator for ARO, please go to [The Open Liberty support page](https://openliberty.io/support/).
11
-
> * For support for WebSphere Liberty, please go to [IBM Cloud Support](https://www.ibm.com/cloud/support).
0 commit comments