Use the Distributed Networks tab to maintain member servers to which remote subflows can be published. Follow the steps below to add a member server:
In the Server editor, click the Distributed Networks tab.
Right-click in the distributed networks table, and then click Add in the shortcut menu.
In the Server UID box, type the name of the instance of the EPX Application Server that you want to add as a member server (i.e., <repository type>_<hostname>).
In the SOAP Distributed Subflow box, type the SOAP service URL of the new member server. The URL must be in the form:
http://<hostname>:<port>/soap/servlet/rpcrouter
or for a secure connection using HTTP over SSL, the URL must be in the form:
https://<hostname>:<port>/soap/servlet/rpcrouter
where <hostname> is the name of the host system running the server and <port> is the port number of the HTTP server.
Type a description of the member server, as needed.
Click OK.
Click Apply to save and enable the changes.
Note: In an SSL-enabled environment, each member server needs to trust the other member's certificate.
This can be done by providing the right truststore file for all member servers. Refer to Configuring Security Settings.