Skip to content

Commit

Permalink
Modified README to take into account new procedures to move to versio…
Browse files Browse the repository at this point in the history
…n.plugin.wildfly-5.0.1.Final
  • Loading branch information
jmfinelli committed Nov 6, 2024
1 parent ce6447d commit a3cd9d3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ejb-txn-remote-call/README-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -607,24 +607,25 @@ 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 -Djboss-as.home=target/server \
-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 a3cd9d3

Please sign in to comment.