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?
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
Please make sure you do not have any network / firewall issues.