> 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">
It will be lost after restart. Use for instance JDBCDescriptorsStore > </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.FileContentStore"> > <parameter > name="rootpath">/usr/local/jakarta-tomcat-4.0.1/webapps/slide/contentstore</parameter> > <parameter name="version">false</parameter> > <parameter name="resetBeforeStarting">false</parameter> > </contentstore> > </store> > <scope match="/" store="memory" /> > </definition> > > > I have set a absoute path for the rootpath and resetBeforeStarting to > false. However, after restarting tomcat, I cannot access the data stored > previously through windows explorer anymore although they actually still > are in the server. How to solve this? > > -- +++ GMX - Mail, Messaging & more http://www.gmx.net +++ Bitte l�cheln! Fotogalerie online mit GMX ohne eigene Homepage! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
