"Wu sunflower" <[EMAIL PROTECTED]> writes:

> hi, Following the Domain configuration Example,  I successfully use
> the JDBCstore to save the matadata, and use TxFileContentStore to save
> files. But I wonder, why do I need set "rootpath" and "workpath" for
> contentstore, but not for other stores saving as JDBCstore?
> 
> 
> And I also noticed that if I just use TxXMLFileDescriptorsStore for
> metadata stores, the example also set "rootpath" and "workpath".
> 
> 
> what is the difference with rootpath and workpath, do someone know why
> do I need to set these two pathes??

rootpath is the place on your disk, where the file stores store all 
their data. workpath is the place, where the data is stored, that
is necessary to rollback a transaction. It must be on the the
same file system as the rootpath.

The jdbc stores store anything in the database, so no need for
rootpath and workpath.

Martin


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to