You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by re...@locus.apache.org on 2000/12/05 06:21:24 UTC

cvs commit: jakarta-slide/src/conf/webapp Domain.xml

remm        00/12/04 21:21:24

  Modified:    src/conf/webapp Domain.xml
  Log:
  - The default config now includes (a commented out) sample on how to use
    the JDBC store.
  
  Revision  Changes    Path
  1.6       +19 -0     jakarta-slide/src/conf/webapp/Domain.xml
  
  Index: Domain.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/conf/webapp/Domain.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Domain.xml	2000/11/19 04:19:26	1.5
  +++ Domain.xml	2000/12/05 05:21:23	1.6
  @@ -7,6 +7,25 @@
       <definition>
         
         <store name="memory">
  +        <!--nodestore name="jdbc"
  +         classname="slidestore.jdbc.JDBCDescriptorsStore">
  +         <parameter name="driver">org.hsql.jdbcDriver</parameter>
  +         <parameter name="url">HypersonicSQL:slide</parameter>
  +         <parameter name="user">sa</parameter>
  +         <parameter name="password"></parameter>
  +        </nodestore>
  +        <securitystore>
  +          <reference store="nodestore" />
  +        </securitystore>
  +        <lockstore>
  +          <reference store="nodestore" />
  +        </lockstore>
  +        <revisiondescriptorsstore>
  +          <reference store="nodestore" />
  +        </revisiondescriptorsstore>
  +        <revisiondescriptorstore>
  +          <reference store="nodestore" />
  +        </revisiondescriptorstore-->
           <contentstore name="file" 
            classname="slidestore.file.FileContentStoreNoVersioning">
             <parameter name="rootpath">files</parameter>