From 30e68e6bdf4a9474f33b701f98b7b028d485d367 Mon Sep 17 00:00:00 2001 From: emmartins Date: Fri, 20 Dec 2024 14:20:22 +0000 Subject: [PATCH] Commit from GitHub Actions (WildFly Quickstarts Update 'README.adoc's) --- ejb-txn-remote-call/README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ejb-txn-remote-call/README.adoc b/ejb-txn-remote-call/README.adoc index 8424e70fb4..dda1bc1fec 100644 --- a/ejb-txn-remote-call/README.adoc +++ b/ejb-txn-remote-call/README.adoc @@ -888,13 +888,13 @@ mvn verify -Pintegration-testing [source,subs="attributes+",options="nowrap"] ---- cd ${PATH_TO_QUICKSTART_DIR}/server; -mvn verify -Pintegration-testing -Dserver.host="http://localhost:8180/server" +mvn verify -Pintegration-testing -Dserver.host="http://localhost:8180" ---- + [source,subs="attributes+",options="nowrap"] ---- cd ${PATH_TO_QUICKSTART_DIR}/server; -mvn verify -Pintegration-testing -Dserver.host="http://localhost:8280/server" +mvn verify -Pintegration-testing -Dserver.host="http://localhost:8280" ---- . To shut down the {productName} provisioned servers using the {productName} Maven Plugin: