[
https://issues.apache.org/jira/browse/AIRAVATA-744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13802990#comment-13802990
]
Saminda Wijeratne commented on AIRAVATA-744:
--------------------------------------------
the properties,
* system.gateway=default
* system.user=admin
* system.password=admin
are used by the axis2 services at their startup in order to login to the
registry so that it can register their service urls. The idea here is that a
system user is needed to do any registry operations that is related to managing
Airavata & its configurations.
and the following properties are used by the RegistryService to add a gateway
to Airavata when it starts up.
* default.registry.user=admin
* default.registry.password=admin
* default.registry.gateway=default
Airavata is not shipped with a default gateway added to its distribution.
Airavata RegistryService will use these properties to add a new gateway to
Airavata so that there is a out of the box gateway configured for users to test
with.
> Cleanup configurations files
> ----------------------------
>
> Key: AIRAVATA-744
> URL: https://issues.apache.org/jira/browse/AIRAVATA-744
> Project: Airavata
> Issue Type: Bug
> Affects Versions: 0.7
> Reporter: Amila Jayasekara
> Assignee: Saminda Wijeratne
> Fix For: 0.10
>
>
> airavata-server.properties and airavata-client.properties files contain same
> property in different names. Also file contains lot of commented
> configuration which confuses the users. We need to clean up the configuration
> files.
> - Cleanup airavata-server.properties (both in server as well as in web app)
> - Cleanup airavata-client.properties
> E.g :-
> system.gateway=default
> system.user=admin
> system.password=admin
> Further down the file I see following properties also,
> default.registry.user=admin
> default.registry.password=admin
> default.registry.gateway=default
> Are these 2 things different or same ?
>
--
This message was sent by Atlassian JIRA
(v6.1#6144)