When I connect to a Registry on a different server, example lisa01, from the Workstation, I Click CVS from the menu bar, a browser comes up but localhost is in the URL instead of using lisa01.
OR In the webpage http://registryhost:1505, how to replace the "localhost" field in the URL section with the portal host server name?
Is there a setting I need to set for this?
All Supported platforms and releases of DevTest
Configuration setting.
Add this property to your local.properties file of where your Workstation is running, where lisa01 is the server the Portal is running on.
devtest.hostname=<portalhostname>
devtest.hostname=lisa01
Restart the Workstation.