Running Portal from different machine issue
search cancel

Running Portal from different machine issue

book

Article ID: 14656

calendar_today

Updated On:

Products

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

Issue/Introduction

Running Portal on different machine



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=visw472v.abc.com 

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://visw472v.abc.com:2010/Registry 

 

Additional Information

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