The file stores need those paths to store their internal data store to your normal file system. Have a look at the location those paths point to and you will see the data. JDBCStore stores the data to a relational database, that's why they do not need a path to your file system.
In short those paths are mere *internal*, configuration data. Oliver Wu sunflower wrote: > 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?? > > thanks > > _________________________________________________________________ > 与联机的朋友进行交流,请使用 MSN Messenger: http://messenger.msn.com/cn > > --------------------------------------------------------------------- > 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]
