Btw. can anybody tell me if and how it's possible to relocate
an installed Zope?
Hmm... perhaps I am not understanding what exactly you mean, but a thought
might be to use tar (on a UNIX system at least) to preserve your setup.
Assuming you are using ZServer, Try shutting down Zope with
Message -
From: "Oliver Bleutgen" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, December 12, 2000 9:16 AM
Subject: RE: [Zope] Relocating installed zope -- was LoginManager broken?
Btw. can anybody tell me if and how it's possible to relocate
an installed Zope?
Hmm...
Oliver,
I haven't been following this thread, but here's how I do it.
It's quite simple.
1.Copy the folder with Zope in.
2.edit z2.py to change all references to the old folder to the new
folder.
3.edit the start script in the same way.
That should be it.
Thanks Phil,
but