To add a registry (DevTest 7.5.x through 9.0.x):
- Navigate to the LISA_HOME directory of a newly installed DevTest Server.
- Copy _site.properties and rename the copy to site.properties.
- Open site.properties for edit. Locate Section 1 - Enterprise Dashboard.
Uncomment the following line and substitute localhost or the valid hostname for somehost. Use the hostname for the CIC Enterprise Dashboard bridge.
For 8.x and later:
lisa.enterprisedashboard.service.url=tcp://somehost:2003/EnterpriseDashboard
For 7.5.x:
lisa.enterprisedashboard.url=tcp://somehost:2003/EnterpriseDashboard
- Save site.properties and exit.
- Restart the registry.
To activate CIC for registries older than Release 9.1:
DevTest uses CIC to support pre-9.1 registries with Enterprise Dashboard 9.1 or later. If your registries are Release 9.1 or later, you do not need to activate CIC.
- Start Enterprise Dashboard
- Start CIC by executing LISA_HOME/bin/EnterpriseDashboardCIC.exe.
- Modify the lisa.enterprisedashboard.service.url property for every legacy registry to point to the host where CIC is running: lisa.enterprisedashboard.service.url=tcp://<host>:2003/EnterpriseDashboard
- Restart the legacy registry.
- Start the DevTest Enterprise Dashboard UI if it is not running.
- Confirm that the legacy registry appears on the home page display.