ozeigermann 2004/03/31 07:09:41
Modified: src/doc howto-j2eestore.xml
Log:
Minor stuff taken over from release branch
Revision Changes Path
1.8 +5 -1 jakarta-slide/src/doc/howto-j2eestore.xml
Index: howto-j2eestore.xml
===================================================================
RCS file: /home/cvs/jakarta-slide/src/doc/howto-j2eestore.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- howto-j2eestore.xml 25 Feb 2004 08:37:05 -0000 1.7
+++ howto-j2eestore.xml 31 Mar 2004 15:09:41 -0000 1.8
@@ -4,6 +4,7 @@
<properties>
<author email="[EMAIL PROTECTED]">Colin Britton</author>
+ <author email="[EMAIL PROTECTED]">Oliver Zeigermann</author>
<title>J2EE/JDBC Store Howto</title>
</properties>
@@ -43,7 +44,10 @@
be fast in some enviroments. This option is switched off here.
</p>
- <p>If your store is not configure using a datasource looked up using JNDI you
will have to provide more information to Slide
+ <p>You have to create the tables of the database schema manually. Schemata are
available in
+ src/conf/schema if you have the source distribution or in slide/db-schema if
you have the Tomcat bundled or binary distribution.</p>
+
+ <p>If your store is not configured using a datasource looked up using JNDI you
will have to provide more information to Slide
like this for example:
<pre>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]