From 32e93548151aa9768f39e80edd6c5eaedde2a59b Mon Sep 17 00:00:00 2001 From: Werner Keil Date: Tue, 22 Jan 2019 01:30:50 +0100 Subject: [PATCH] Update readme #32 --- web/javamoney-payment-cdi-event/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/web/javamoney-payment-cdi-event/README.md b/web/javamoney-payment-cdi-event/README.md index a544d18f..a7c7c83a 100644 --- a/web/javamoney-payment-cdi-event/README.md +++ b/web/javamoney-payment-cdi-event/README.md @@ -51,10 +51,10 @@ Configure Maven If you have not yet done so, you must [Configure Maven](../README.md#mavenconfiguration) before testing the quickstarts. -Start JBoss Enterprise Application Platform 6 or JBoss WildFly 7 with the Web Profile +Start a Java EE 8 container like WildFly 13 and higher with the Web Profile ------------------------- -1. Open a command line and navigate to the root of the JBoss server directory. +1. Open a command line and navigate to the root of the Wildfly server directory. 2. The following shows the command line to start the server with the web profile: For Linux: JBOSS_HOME/bin/standalone.sh @@ -64,10 +64,10 @@ Start JBoss Enterprise Application Platform 6 or JBoss WildFly 7 with the Web Pr Build and Deploy the Example ------------------------- -_NOTE: The following build command assumes you have configured your Maven user settings. If you have not, you must include Maven setting arguments on the command line. See [Build and Deploy the Quickstarts](../README.md#buildanddeploy) for complete instructions and additional options._ +_NOTE: The following build command assumes you have configured your Maven user settings. If you have not, you must include Maven setting arguments on the command line. See [Build and Deploy the Example](../README.md#buildanddeploy) for complete instructions and additional options._ -1. Make sure you have started the JBoss Server as described above. -2. Open a command line and navigate to the root directory of this quickstart. +1. Make sure you have started the Wildfly Server as described above. +2. Open a command line and navigate to the root directory of this example. 3. Type this command to build and deploy the archive: mvn clean package jboss-as:deploy @@ -91,9 +91,9 @@ Undeploy the Archive mvn jboss-as:undeploy -Run the Quickstart in JBoss Developer Studio or Eclipse +Run the Example in JBoss Developer Studio or Eclipse ------------------------------------- -You can also start the server and deploy the quickstarts from Eclipse using JBoss tools. For more information, see [Use JBoss Developer Studio or Eclipse to Run the Quickstarts](../README.md#useeclipse) +You can also start the server and deploy the examples from Eclipse using JBoss tools. For more information, see [Use JBoss Developer Studio or Eclipse to Run the Quickstarts](../README.md#useeclipse) Debug the Application