[Zope] Where's Data from Instances/Installations???

Michel Pelletier michel@digicool.com
Mon, 22 Nov 1999 12:23:51 -0500


> -----Original Message-----
> From: Harry [mailto:mail-zope@fizbin.com]
> Sent: Monday, November 22, 1999 11:39 AM
> To: Michel Pelletier
> Subject: Re: [Zope] Where's Data from Instances/Installations???
> 
> 
> on 11/22/1999 7:46 AM, Michel Pelletier at michel@digicool.com wrote:
> 
> > Yes, just restart Zope to get the changes.
> 
> Thanks, but I was also wondering:
> 
> "My question, though, is **WHERE** is the data for EXISTING
> instances kept, and is it changeable?"

The data for existing instances is kept in memory.  It is not changable.
Zope loads the files off the filesystem for existing instances when Zope
is started.  so to change the values for existing instances, change the
files on the filesystem, and restart Zope.  Alternativly, you can run
Zope in debug mode '-D' and DTML file objects will be reloaded on every
hit.

-Michel