From ed122b4dcb2684e26fbb273f8b8b0448a5307da7 Mon Sep 17 00:00:00 2001 From: Eduardo Martins Date: Thu, 20 Feb 2025 11:43:10 +0000 Subject: [PATCH] [WFLY-20411] Fix messaging-clustering-singleton's server2 wildfly:start command --- messaging-clustering-singleton/README-source.adoc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/messaging-clustering-singleton/README-source.adoc b/messaging-clustering-singleton/README-source.adoc index 647da2f253..7eb51b2870 100644 --- a/messaging-clustering-singleton/README-source.adoc +++ b/messaging-clustering-singleton/README-source.adoc @@ -529,9 +529,7 @@ $ mvn wildfly:start -Djboss-as.home=target/server + [source,subs="attributes+",options="nowrap"] ---- -$ mvn wildfly:start -Djboss-as.home=target/server2 \ - -Dwildfly.port=10090 \ - -Dwildfly.javaOpts="-Djboss.socket.binding.port-offset=100" +$ mvn wildfly:start -Djboss-as.home=target/server2 -Dwildfly.javaOpts="-Djboss.socket.binding.port-offset=100" ---- . Type the following command to run the `verify` goal with the `integration-testing` profile activated, and specifying the quickstart's URL using the `server.host` system property.