Im getting confused. repository.xml and workspace.xml are part of the application source.
I am talking about a db backed repo -- all content goes in the database. was told that even with this configuration, a repo-home dir is still used on the file system and must be restored with the db in the event of a crash. The search index is in the repo home, but what else? search is not a key feature of our app so we are not worried about that, especially since the index can be rebuilt. On Thu, Aug 7, 2008 at 2:30 PM, Thomas Müller <[EMAIL PROTECTED]>wrote: > Hi, > > > ok, do the files in that repo home dir change often? In another words, > can > > we backup the repo home after jackrabbit runs for the first time and use > it > > for a restore (coupled with the db reload for the content restore?) Or > do > > the files change constantly? > > The configuration files (repository.xml and workspace.xml) never > change unless you change them (they are read by Jackrabbit, but not > changed). The Lucene index files (if indexing is enabled) change > whenever data changes. > > Regards, > Thomas > -- --------------------- Michael Harris
