Hello together, has someone combined external userfolder an one of the two import methods of zope ? Reason: If i use zope i have a big amount of existing web documents i have to import ( one set of data is about 2 GB no upper limit by data, can only be limited by setting an upper allowed limit ) Does someone know if Frontpage supports WebDAV and can be combined with Zope ? and last Question: Does someone know, what is the design reason to import all Data in the Zope Database and not maintaining pointers to data in any case ? ( Reason: when evaluating i did an import of data of only one user and Zope Database crashed immediatly. Now my situation is somwhat special since not all documentation tends to be 18 GB per user, but i would assume that Documentation Projects tend to grow, so i would assume maintaining references to data is faster ... ?) thanks for your help and answers Micha -- ======================================================== Michael Arndt science + computing gmbh c/o CAE-Systemservice Abt. I/FS-2, CAE Systeme, Visualisierung Tel. +49 (841) 89-37421 Fax -35093 mail extern.michael2.arndt@audi.de ========================================================
Michael Arndt wrote:
and last Question: Does someone know, what is the design reason to import all Data in the Zope Database and not maintaining pointers to data in any case ?
The reason is that Zope is meant for serving out persistent Objects, with properties and methods and all, not merely static pages or images. Check out LocalFS - it does exactly what you want, serves pages off the harddisk. But if it's just plain files, you might as well just use Apache for static pages, and only use Zope for what it's good at - dynamic stuff. You can mix static and dynamic content using mod_rewrite - there's most likely a Howto on www.zope.org. -- Itamar S.T. itamars@ibm.net
Hi!
Does someone know if Frontpage supports WebDAV and can be combined with Zope ?
I've installed WebFolders (comes with IE5) a while ago and now installed Office 2000. I was able to read a document from the Zope server via WebFolders (means via WebDAV). Only storing seemed not to work (an error occurred, a great error message.. ;-). But I guess that it also should work somehow.. Maybe someone else has a clue? (or we might search the archives :) best, Christian
participants (3)
-
cs@comlounge.net -
Itamar Shtull-Trauring -
Michael Arndt