Issue running DEVTEST Portal from different machine
search cancel

Issue running DEVTEST Portal from different machine

book

Article ID: 14656

calendar_today

Updated On:

Products

CA Application Test CA Continuous Application Insight (PathFinder) Service Virtualization

Issue/Introduction

When trying to run Portal from different machine it is not starting. 

I have ED, Registry, Coordinator , Simulator  is on one machine   And, Portal  on another machine.  

What configurations are needed?  

Environment

All supported DEVTEST builds.

Resolution

In the phoenix.properties of the portal machine just set these properties: 

registry.host=<Registry hostname> 

registry.port=2009 

registry.portal.port=1505 

# registry.https.enabled=true    // enable this only if you have SSL between components

 

phoenix.port=1507 

#phoenix.https.enabled=true    // enable this only if you have SSL between components

 

In your local.properties set this: 

lisa.registryName=tcp://<Registryhost>:2010/Registry 

 

Please make sure  you do not have any network / firewall issues.