To deploy a file from OpenDeploy Base to OpenDeploy Receiver, the following steps need to be done:
A. In OpenDeploy Base, the odnodes.xml
file should have a nodeSet
entry with the Receiver's host name and listening port. This allows the Base to communicate with the Receiver.
B. In OpenDeploy Receiver, the odnodes.xml
file should have a nodeSet
entry with the Base's host name and listening port. This allows the Receiver to receive files from the Base.
C. The listening ports mentioned in both the Receiver and Base should be the same. This ensures that they can establish a connection and transfer files successfully.
Therefore, the correct answer is A, B, and C.