How do you configure a DevTest Portal to connect to a DevTest Registry running on a different server?
In the local.properties on the Portal machine set:
lisa.registryName=tcp://<hostname of Registry>:2010/Registry
In the phoenix.properties on the Portal machine un-comment and set:
registry.host=<hostname of Registry machine>
reshub.hostname=<hostname of Portal machine>
Restart Portal.
NOTE: We do not support multiple DevTest Portals connecting to the same Registry.