You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sm...@apache.org on 2012/10/17 22:20:53 UTC

svn commit: r1399414 - /airavata/trunk/modules/xbaya-gui/src/main/resources/airavata-server.properties

Author: smarru
Date: Wed Oct 17 20:20:52 2012
New Revision: 1399414

URL: http://svn.apache.org/viewvc?rev=1399414&view=rev
Log:
changing the defualt configuration to derby.

Modified:
    airavata/trunk/modules/xbaya-gui/src/main/resources/airavata-server.properties

Modified: airavata/trunk/modules/xbaya-gui/src/main/resources/airavata-server.properties
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/xbaya-gui/src/main/resources/airavata-server.properties?rev=1399414&r1=1399413&r2=1399414&view=diff
==============================================================================
--- airavata/trunk/modules/xbaya-gui/src/main/resources/airavata-server.properties (original)
+++ airavata/trunk/modules/xbaya-gui/src/main/resources/airavata-server.properties Wed Oct 17 20:20:52 2012
@@ -31,24 +31,18 @@
 # Airavata Registry Configuration
 ###########################################################################
 
-registry.jdbc.url=jdbc:mysql://gf7.ucs.indiana.edu:4407/paramchem_prod_registry
-registry.jdbc.user=pc_gw_admin
-registry.jdbc.password=pc_gw_pwd
-gateway.id=paramchem
 registry.user=admin
-
-class.registry.accessor=org.apache.airavata.persistance.registry.jpa.impl.AiravataJPARegistry
-#registry.user=admin
-#registry.password=admin
-#gateway.id=default
-#registry.jdbc.user=airavata
-#registry.jdbc.password=airavata
+registry.password=admin
+gateway.id=default
+registry.jdbc.user=airavata
+registry.jdbc.password=airavata
 
 #for mysql
-registry.jdbc.driver=com.mysql.jdbc.Driver
+#registry.jdbc.driver=com.mysql.jdbc.Driver
 #registry.jdbc.url=jdbc:mysql://localhost:3306/persistent_data
 
 #for derby
-#registry.jdbc.driver=org.apache.derby.jdbc.ClientDriver
-#registry.jdbc.url=jdbc:derby://localhost:1527/persistent_data;create=true;user=airavata;password=airavata
+registry.jdbc.driver=org.apache.derby.jdbc.ClientDriver
+registry.jdbc.url=jdbc:derby://localhost:1527/persistent_data;create=true;user=airavata;password=airavata
 
+class.registry.accessor=org.apache.airavata.persistance.registry.jpa.impl.AiravataJPARegistry