Skip to content

Commit

Permalink
Commit from GitHub Actions (WildFly Quickstarts Update 'README.adoc's)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmartins committed Nov 6, 2024
1 parent bdced7a commit c2d3c86
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions ejb-txn-remote-call/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -919,24 +919,23 @@ podman run -p 5432:5432 --rm -ePOSTGRES_DB=test -ePOSTGRES_USER=test -ePOSTGRES
----
cd ${PATH_TO_QUICKSTART_DIR}/ejb-txn-remote-call/client;
mvn wildfly:start \
-DpostgresqlUsername="test" -DpostgresqlPassword="test" \
-Dwildfly.javaOpts="-Djboss.tx.node.id=server1 -Djboss.node.name=server1"
----
+
[source,subs="attributes+",options="nowrap"]
----
cd ${PATH_TO_QUICKSTART_DIR}/ejb-txn-remote-call/server;
mvn wildfly:start -Djboss-as.home=target/server2 \
-Dwildfly.port=10090 \
-Dwildfly.serverConfig=standalone-ha.xml \
-DpostgresqlUsername="test" -DpostgresqlPassword="test" \
-Dwildfly.javaOpts="-Djboss.socket.binding.port-offset=100 -Djboss.tx.node.id=server2 -Djboss.node.name=server2"
----
+
[source,subs="attributes+",options="nowrap"]
----
cd ${PATH_TO_QUICKSTART_DIR}/ejb-txn-remote-call/server;
mvn wildfly:start -Djboss-as.home=target/server3 \
-Dwildfly.port=10190 \
-Dwildfly.serverConfig=standalone-ha.xml \
-DpostgresqlUsername="test" -DpostgresqlPassword="test" \
-Dwildfly.javaOpts="-Djboss.socket.binding.port-offset=200 -Djboss.tx.node.id=server3 -Djboss.node.name=server3"
----
Expand Down

0 comments on commit c2d3c86

Please sign in to comment.