Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions messaging-clustering-singleton/README-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading