Author: buildbot
Date: Fri Aug 3 10:24:01 2012
New Revision: 827800
Log:
Staging update by buildbot for rave
Modified:
websites/staging/rave/trunk/content/ (props changed)
websites/staging/rave/trunk/content/documentation/configure-database.html
Propchange: websites/staging/rave/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Aug 3 10:24:01 2012
@@ -1 +1 @@
-1368867
+1368871
Modified:
websites/staging/rave/trunk/content/documentation/configure-database.html
==============================================================================
--- websites/staging/rave/trunk/content/documentation/configure-database.html
(original)
+++ websites/staging/rave/trunk/content/documentation/configure-database.html
Fri Aug 3 10:24:01 2012
@@ -102,6 +102,7 @@ value.</p>
<h2 id="setup-a-different-database">Setup a different database</h2>
<p>First start with <a href="rave-extensions.html">extending Rave</a>.</p>
<p>Make sure the JDBC driver ends up in the classpath. Either add it to a
common lib directory of the application container or add its dependency to the
pom of the several modules.</p>
+<p>If you remove the H2 JDBC driver from the classpath, you need to override
the <code>dataContext.xml</code> Spring configuration file. Remove the
configuration for the H2 Web console. This is the bean with class
<code>org.h2.tools.Server</code>.</p>
<p>Then customize the properties for the portal and Shindig to use the
database of your choice.
The default portal properties can be found in
<code>rave-portal/src/main/resources/portal.properties</code>, the default
Shindig properties in
<code>rave-shindig/src/main/resource/rave.shindig.properties</code>.</p>
<h2 id="sample-values">Sample values</h2>