Thanks Taisuke Yamada, I have set Mixed JDBC - Filesystem so that I can keep data in server filesystem and access the data after restart tomcat.
I discover that the files in server return the extension xxxx_1.0 Is this the verisoning of the file? However, if I update the corresponding file using Windows Explorer, the file is updated and no new backup file is generated. Then is this means that versioning does not work? if yes, how can I set the versioning (Delta-V)? in Domain.xml? On Thu, 20 Mar 2003, Taisuke Yamada wrote: > > That's a feature of MemoryDescriptorsStore. I believe this > only exists as a sample implementation to get you started. > > Use other store, such as JDBCDescriptorsStore. > > Since Slide requires both content and metadata to exist, all files > with no associated metadata are just "gone" from Slide's viewpoint. > If you continue operating, many strange things will happen because > internal state is not consistent anymore. > > > I am using Linux 7.2 and tomcat 4.0.12 with slide 1.0.16. I discover that > > wehen I restart tomcat, the data previous stored through Windows File > > explorer cannot be accessed anymore (disappeared!). However, the data are > > actually still in the server. Here is my Domain.xml for the dinfition of > > namespace 'slide': > > > > <definition> > > <store name="memory"> > > <nodestore classname="slidestore.reference.MemoryDescriptorsStore"> > > </nodestore> > > -- > Taisuke Yamada <[EMAIL PROTECTED]> > Internet Initiative Japan Inc., Technical Planning Division > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
