Repository: airavata-docs
Updated Branches:
  refs/heads/master 76ab7394c -> 3ceeb153a


Changing datacatalog to replicacatalog in airavata-server.properties file


Project: http://git-wip-us.apache.org/repos/asf/airavata-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata-docs/commit/3ceeb153
Tree: http://git-wip-us.apache.org/repos/asf/airavata-docs/tree/3ceeb153
Diff: http://git-wip-us.apache.org/repos/asf/airavata-docs/diff/3ceeb153

Branch: refs/heads/master
Commit: 3ceeb153a04c44ed00c839bc92469642af80cc8c
Parents: 76ab739
Author: Eroma Abeysinghe <eroma.abeysin...@gmail.com>
Authored: Mon May 16 16:29:17 2016 -0400
Committer: Eroma Abeysinghe <eroma.abeysin...@gmail.com>
Committed: Mon May 16 16:29:17 2016 -0400

----------------------------------------------------------------------
 airavata-properties.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-docs/blob/3ceeb153/airavata-properties.md
----------------------------------------------------------------------
diff --git a/airavata-properties.md b/airavata-properties.md
index eb148be..6612081 100644
--- a/airavata-properties.md
+++ b/airavata-properties.md
@@ -15,9 +15,9 @@
 3.  Data Catalog DB Configuration
     - Comment out the derby DB properties
     - Change MySQL configurations
-       - datacatalog.jdbc.url=jdbc:mysql://localhost:3306/airavata_datacatalog
-        - datacatalog.jdbc.user=airavata
-        - datacatalog.jdbc.password=airavata
+       - 
replicacatalog.jdbc.url=jdbc:mysql://localhost:3306/airavata_datacatalog
+        - replicacatalog.jdbc.user=airavata
+        - replicacatalog.jdbc.password=airavata
 4.  Workflow Catalog DB Configuration
        - Comment out the derby DB properties
     - Change MySQL configurations
@@ -65,4 +65,4 @@
                - Provide permission to created 'Username'  to the created 
vhost <pre><code>rabbitmqctl set_permissions -p messaging airavata ".*" ".*" 
".*”</code></pre>
                - Uncomment 
rabbitmq.broker.url=amqp://Username:Password@localhost:5672/Vhost. Add the 
created username, password and Vhost in the URL.
                - If you need to stop RabbitMQ use <pre><code>rabbitmqctl 
stop</code></pre>
-               If the RabbitMQ server stopped then the above user creation, 
vhost cretion and permission granting commmands need to run again after 
restarting the servers.
+               - If the RabbitMQ server stopped then the above user creation, 
vhost creation and permission granting commands need to run again after 
restarting the servers.

Reply via email to