You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by ja...@apache.org on 2012/03/02 14:18:53 UTC

svn commit: r1296193 - /incubator/rave/site/trunk/content/rave/documentation/configure-database.mdtext

Author: jasha
Date: Fri Mar  2 13:18:53 2012
New Revision: 1296193

URL: http://svn.apache.org/viewvc?rev=1296193&view=rev
Log:
Added c: hint for Windows users

Modified:
    incubator/rave/site/trunk/content/rave/documentation/configure-database.mdtext

Modified: incubator/rave/site/trunk/content/rave/documentation/configure-database.mdtext
URL: http://svn.apache.org/viewvc/incubator/rave/site/trunk/content/rave/documentation/configure-database.mdtext?rev=1296193&r1=1296192&r2=1296193&view=diff
==============================================================================
--- incubator/rave/site/trunk/content/rave/documentation/configure-database.mdtext (original)
+++ incubator/rave/site/trunk/content/rave/documentation/configure-database.mdtext Fri Mar  2 13:18:53 2012
@@ -44,8 +44,9 @@ When the application is running, the H2 
     </bean>
 
 Both Rave and Shindig are accessible from the database: [http://localhost:11111][3].  The default 
-username is `sa`, password is `local`, and JDBC URL is `jdbc:h2:file:///tmp/rave_db`.  You can change the file location
-for both databases by editing Rave's top level pom.xml file. Change the property `rave.database.location` to the desired
+username is `sa`, password is `local`, and JDBC URL is `jdbc:h2:file:///tmp/rave_db`. In Windows the JDBC URL is `jdbc:h2:file://c:/tmp/rave_db` if you run Apache Rave from the c: drive.  
+
+You can change the file location for both databases by editing Rave's top level pom.xml file. Change the property `rave.database.location` to the desired
 value.
  
 ## Setup a different database