If the server components are on different systems, be sure to use the following properties correctly:
In the local.properties file for the nonregistry server component, you specify the registry with the lisa.registry.url property.
lisa.registry.url=tcp://registry-hostname-or-ip:port/registry-name
For example:
lisa.registry.url=tcp://myserver.example.com:2010/Registry
Do not use the lisa.registryName property for this purpose.
Another option for specifying the registry is to pass -m as an argument when starting the nonregistry server component.
./CoordinatorServer -m tcp://registry-hostname-or-ip:port/registry-name
For example:
./CoordinatorServer -m tcp://myserver.example.com:2010/Registry
Copyright © 2014 CA Technologies.
All rights reserved.
|
|