Hello again.
I'm using a client to access Slide. I've created collections,
put files, locked collections and files, etc...But when i
stop the webdav servlet everything vanishes!
I supose it's due to my Domain.xml configuration which is
storing data in memory.
After reading the section 'JDBC Stores Howto' i have
run the mysql script included in this page and i have
modified my Domain.xml configuration file (attached).
Is this correct?
__________________________________________
Jaume Soriano Sivera <[EMAIL PROTECTED]>
Tel: 965040000 -ext. 44744 Fax: 965040047
Portal y servicios multimedia - Nuevas tecnologias
W a n a d o o E s p a n a - http://www.wanadoo.es
__________________________________________
<store name="memory">
<nodestore classname="slidestore.reference.JDBCDescriptorsStore">
<parameter name="driver">org.gjt.mm.mysql.Driver</parameter>
<parameter name="url">jdbc:mysql//localhost/myDB</parameter>
<parameter name="user">user</parameter>
<parameter name="password">userpw</parameter>
</nodestore>
<securitystore>
<reference store="nodestore" />
</securitystore>
<lockstore>
<reference store="nodestore" />
</lockstore>
<revisiondescriptorsstore>
<reference store="nodestore" />
</revisiondescriptorsstore>
<revisiondescriptorstore>
<reference store="nodestore" />
</revisiondescriptorstore-->
<!--contentstore classname="slidestore.reference.JDBCContentStore">
<parameter name="driver">org.hsql.jdbcDriver</parameter>
<parameter name="url">HypersonicSQL:slidecontent</parameter>
<parameter name="user">sa</parameter>
<parameter name="password"></parameter>
</contentstore-->
<contentstore classname="slidestore.reference.FileContentStore">
<parameter name="rootpath">files</parameter>
</contentstore>
</store>
<scope match="/" store="memory" />
