Re: [Zope] Can Zope 2.9 Coexist With Zope 2.6 Using Different Ports?
Mark, Jonathan (Integic) wrote:
My website GoodbyeJim.com currently runs Zope 2.6 on Red Hat 7.3. I have installed Zope 2.9 to use port 3200 instead of 80.
Does Zope 2 support running two separate instances of two versions of Zope on different ports? I have been able to run Zope 3 concurrently with Zope 2.6 without problem.
When I run bin/runzope in my Zope 2.9 home directory I get the following error on lock_file.py line 60:
IOError: [Errno 13] Permission denied: '.../Data.fs.lock'
I don't know if this is your problem, but you can't run two instances of the same ZODB unless you use ZEO. (That's my guess, but it depends on how you've installed things.) But it's certainly possible. I have at least three different versions of Zope and at least a dozen different instances on this machine right now. --jcc -- "Building Websites with Plone" http://plonebook.packtpub.com/ Enfold Systems, LLC http://www.enfoldsystems.com
J Cameron Cooper wrote:
I don't know if this is your problem, but you can't run two instances off the same ZODB unless you use ZEO.
And it's certainly an extremely bad idea to try and do so with two different versions of Zope, whatever your setup!
how you've installed things.) But it's certainly possible. I have at least three different versions of Zope and at least a dozen different instances on this machine right now.
Yup, he really needs to make sure the new and old zope's aren't trying to share an instance home on disk! cheers, Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
participants (2)
-
Chris Withers -
J Cameron Cooper