Date: 2004-11-03T12:48:31
   Editor: BrianLee <[EMAIL PROTECTED]>
   Wiki: Jakarta-Slide Wiki
   Page: DomainConfig
   URL: http://wiki.apache.org/jakarta-slide/DomainConfig

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -1,9 +1,11 @@
 ##language:en
 === Domain.xml General Information ===
+
 Work in progress
 
 
-For more information:
+For more information
+
 MultiStoreConfig - examples and information on configuring Domain.xml for multiple 
stores
 
 == Default Domain.xml (as found in 2.1b2 bundle) ==
@@ -465,12 +467,16 @@
 </securitystore>
 }}}
 
-"The reference means that for the security store the same object is used as is, is 
configured at the node store." 
+"The reference means that for the security store the same object is used as is, is 
configured at the node store." To get a better understanding compare the default 
nodestore definition (above) and the nodestore definition using JDBC. The default 
nodestore stores all of its data in XML format text files while the nodestore below 
stores the data in predefined tables.
 
 == Definition Using JDBC ==
 
 Ofcourse, for ease of maintenance most people will probably want to use a database to 
store most of the data related to Slide. In the example below,
 most sub-stores (except content) are using the JDBC configured nodestore. 
+
+Note
+
+If you want to try a JDBC nodestore you also have to create all the necessary tables 
and views that Slide expects. You can use the scripts (configured for most major 
database servers) found in jakarta-slide-2.1b2-tomcat-5.0.28/webapps/slide/db-schema/ 
(for 2.1b2).
 
 {{{
 <definition>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to