stephan 2002/08/30 01:00:34
Modified: src/scratchpad/webapp/samples/slide slide.xconf
Log:
Enabled memory store.
Revision Changes Path
1.11 +3 -4 xml-cocoon2/src/scratchpad/webapp/samples/slide/slide.xconf
Index: slide.xconf
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/scratchpad/webapp/samples/slide/slide.xconf,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- slide.xconf 19 Aug 2002 08:51:25 -0000 1.10
+++ slide.xconf 30 Aug 2002 08:00:34 -0000 1.11
@@ -10,7 +10,6 @@
node, security, locks and revisions. For content the FileContentStore
is used. Content is reset before start.
-->
- <!--
<store name="memory">
<nodestore
classname="slidestore.reference.MemoryDescriptorsStore"/>
@@ -32,7 +31,6 @@
<parameter name="resetBeforeStarting">true</parameter>
</contentstore>
</store>
- -->
<!-- ### JDBC Configuration ###
The following jdbc sample configuration uses the hsql Database Engine
@@ -67,7 +65,6 @@
</contentstore>
</store>
-->
-
<!-- ### MySQL Configuration ###
The following jdbc sample configuration uses the MySQL Database.
-->
@@ -126,6 +123,7 @@
node, security, locks and revisions. For content the FileContentStore
is used.
-->
+ <!--
<store name="xml">
<nodestore classname="slidestore.file.XMLFileDescriptorsStore">
<parameter name="rootpath">slide</parameter>
@@ -148,8 +146,9 @@
<parameter name="resetBeforeStarting">false</parameter>
</contentstore>
</store>
+ -->
- <scope match="/" store="xml"/>
+ <scope match="/" store="memory"/>
</definition>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]