dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #05089
[Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 158: Added info on multiuser access to H2
------------------------------------------------------------
revno: 158
committer: Knut Staring <knutst@knutst-laptop>
branch nick: dhis2-docbook-docs
timestamp: Wed 2010-03-24 22:47:46 +0100
message:
Added info on multiuser access to H2
modified:
src/docbkx/en/dhis2_user_man_getting_started.xml
--
lp:~dhis2-documenters/dhis2/dhis2-docbook-docs
https://code.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs
Your team DHIS 2 developers is subscribed to branch lp:~dhis2-documenters/dhis2/dhis2-docbook-docs.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs/+edit-subscription.
=== modified file 'src/docbkx/en/dhis2_user_man_getting_started.xml'
--- src/docbkx/en/dhis2_user_man_getting_started.xml 2010-03-24 21:38:28 +0000
+++ src/docbkx/en/dhis2_user_man_getting_started.xml 2010-03-24 21:47:46 +0000
@@ -49,13 +49,13 @@
<para>Close OpenOffice completely and then open OpenOffice.org Database. Select connect to an existing database - JDBC</para>
</listitem>
<listitem>
- <para>Datasource URL is h2:~/dhis2-live/database/dhis2, and JDBC driver class is org.h2.Driver</para>
+ <para>Datasource URL is h2:~/dhis2-live/database/dhis2;AUTO_SERVER=TRUE, and JDBC driver class is org.h2.Driver</para>
</listitem>
<listitem>
<para>User name is sa, password not needed. Finally, select a name and folder for the .odb file.</para>
</listitem>
</itemizedlist>
- Note that you can not access the H2 database through OpenOffice Database while DHIS2 Live is running (and vice versa).
+
</para>
</section>