When the services start they register themselves in the registry. For them to do that they need to have the user details (gateway & user) to login to registry. We are calling this user as the system user. Right now they get these details from the properties files. "system.gateway" represents the gateway id of this system user.
When the RegistryService Starts it needs to create the Airavata database if it does not exist. And afterwards it needs to add a gateway and a user to the empty Airavata database. In effect this resembles registering a gateway in Airavata. Currently the needed data to register a gateway is acquired from the properties file. "default.registry.gateway" represents the id of the gateway which it will try to register. On Tue, Sep 3, 2013 at 5:36 PM, Amila Jayasekara <[email protected]>wrote: > Hi All, > > In configurations I find following 2 config values; > > system.gateway=default > default.registry.gateway=default > > What is the difference between these 2 ? > > Thanks > Amila >
