You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-user@jakarta.apache.org by haipeng du <ha...@gmail.com> on 2004/12/26 19:38:49 UTC

mix slide store

Could I use JDBC store as properties store and use file system to save
file, just like:
<store name="tx">
                <parameter name="tlock-timeout">120</parameter>
                
                <nodestore
classname="org.apache.slide.store.impl.rdbms.JDBCStore">
    			<parameter
name="adapter">org.apache.slide.store.impl.rdbms.MySql41RDBMSAdapter</parameter>
    			<parameter name="driver">com.mysql.jdbc.Driver</parameter>
    			<parameter name="url">jdbc:mysql://localhost/slide</parameter>
    			<parameter name="user">root</parameter>
    			<parameter name="password">slide</parameter> 
    			<parameter name="dbcpPooling">true</parameter>
    			<!--<parameter name="maxPooledConnections">10</parameter>
    			<parameter name="isolation">SERIALIZABLE</parameter>
    			<parameter name="compress">false</parameter> -->
  		</nodestore>
               <!-- <sequencestore
classname="org.apache.slide.store.txfile.FileSequenceStore">
                    <parameter name="rootpath">store/sequence</parameter>
                </sequencestore> -->
                <securitystore>
                    <reference store="nodestore"/>
                </securitystore>
                <lockstore>
                    <reference store="nodestore"/>
                </lockstore>
                <revisiondescriptorsstore>
                    <reference store="nodestore"/>
                </revisiondescriptorsstore>
                <revisiondescriptorstore>
                    <reference store="nodestore"/>
                </revisiondescriptorstore>
                <contentstore
classname="org.apache.slide.store.txfile.TxFileContentStore">
                    <parameter name="rootpath">store/content</parameter>
                    <parameter name="workpath">work/content</parameter>
                    <parameter name="defer-saving">true</parameter>
                    <parameter name="timeout">120</parameter>
                </contentstore>
Is that Ok?
-- 
Haipeng Du
Software Engineer
Comphealth, 
Salt Lake City

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org