I understand that node info needs to go into the database. But the physical file needs to reside in some directory on the server's drive. Can this be done? If yes, how?
Thanks. -----Original Message----- From: Remy Maucherat [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 01, 2001 4:22 PM To: Slide Users List Subject: Re: FileContentStore v. JDBCContentStore > I have mySql working with the JDBCcontentstore but would like to use the > Filecontentstore. I tried pasting the contentstore section from the > MemoryConfiguration section into the JDBCconfiguration section but it still > uses the mysql slide database to store the objects. I also tried rebuilding > the database and starting over but that didn't change anything. > > Is it possible to use FileContentStore even though I'm using JDBC? The file store is only able to store the binary content at the moment. Everything else (ACLs, locks, etc) should still go to the JDBC store. Remy -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
