Author: chathura
Date: Mon Feb 11 00:04:56 2008
New Revision: 13556

Log:


Minor modifications.



Modified:
   
branches/registry/1_0/modules/core/src/main/java/org/wso2/registry/servlet/registry.xml
   branches/registry/1_0/modules/documentation/xdocs/userguide.xml

Modified: 
branches/registry/1_0/modules/core/src/main/java/org/wso2/registry/servlet/registry.xml
==============================================================================
--- 
branches/registry/1_0/modules/core/src/main/java/org/wso2/registry/servlet/registry.xml
     (original)
+++ 
branches/registry/1_0/modules/core/src/main/java/org/wso2/registry/servlet/registry.xml
     Mon Feb 11 00:04:56 2008
@@ -9,7 +9,7 @@
     </dbconfig>
 
     <dbconfig name="derby-db">
-        <url>jdbc:derby://localhost:1527/derbyDB;create=true</url>
+        <url>jdbc:derby://localhost:1527/derbyDB</url>
         <userName>userName</userName>
         <password>password</password>
         <driverName>org.apache.derby.jdbc.ClientDriver</driverName>

Modified: branches/registry/1_0/modules/documentation/xdocs/userguide.xml
==============================================================================
--- branches/registry/1_0/modules/documentation/xdocs/userguide.xml     
(original)
+++ branches/registry/1_0/modules/documentation/xdocs/userguide.xml     Mon Feb 
11 00:04:56 2008
@@ -103,7 +103,7 @@
     command inside the ij prompt (replace the database file path, user name
     and password in below command to suite your requirements).
     <br/><p>connect
-    
'jdbc:derby:/home/user1/wso2registry/db;user=regadmin;password=regadmin;create=true'</p>
+    
'jdbc:derby://localhost:1527/db;user=regadmin;password=regadmin;create=true'</p>
   </li>
   <li>Run the derby script provided with the WSO2 Registry using the below
     command (this will create all necessary tables for the WSO2 Registry and

_______________________________________________
Registry-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/registry-dev

Reply via email to