0
votes

How can I deploy and run Corda nodes of spring webserver based "Yo!CorDapp" example (https://github.com/joeldudleyr3/spring-observable-stream), on separate machines?

What are the configuration changes I need to implement in this regard.

1

1 Answers

1
votes

As long as you are running each server on the same machine as the node it talks to, there shouldn't be any configuration required.

Simply start the nodes on their separate machines, then start the webserver on each machine, with the application properties modified or overridden to point to that node's RPC port.

Since the nodes are on separate machines, it's even possible to use the same RPC port for all nodes, since the IP address will differ.