Running DevTest Portal on Different Machine than DevTest Registry
search cancel

Running DevTest Portal on Different Machine than DevTest Registry

book

Article ID: 10786

calendar_today

Updated On:

Products

CA Application Test Service Virtualization

Issue/Introduction

How do you configure a DevTest Portal to connect to a DevTest Registry running on a different server?



Environment

All supported DevTest releases and platforms.

Resolution

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.

Additional Information

NOTE: We do not support multiple DevTest Portals connecting to the same Registry.