Hi. I'm going to share a Plone 2 / Zope 2.7.0 install with multiple administrators. We want our data and acl_users to be separate from each other (although we would all be happy with the same selection of Zope add-on products). If my Zope hangs, the other administrators and their users should not be affected. What is the best way to do this? Is anyone doing it already? I tried reading about ZEO, but I haven't been able to find a comprehensive how-to that is current and applies to the Plone/Zope install. Thanks. __________________________________ Do you Yahoo!? Yahoo! Finance Tax Center - File online. File on time. http://taxes.yahoo.com/filing.html
Sophia Grimm <sophiagrimm@yahoo.com> on 3/23/04 wrote:
I'm going to share a Plone 2 / Zope 2.7.0 install with multiple administrators.
We want our data and acl_users to be separate from each other (although we would all be happy with the same selection of Zope add-on products). If my Zope hangs, the other administrators and their users should not be affected.
What is the best way to do this? Is anyone doing it already? I tried reading about ZEO, but I haven't been able to find a comprehensive how-to that is current and applies to the Plone/Zope install.
you can build a single zope software home and then use the mkzopeinstance.py script to create multiple instance homes where each person can have their own zope instance, data, products, config etc. products can be put in a central products folder outside of the instance homes and symlinked into each instance as needed. ZEO is for when you want multiple zope client apps to serve the same data, which does not sounds like what you want to do. hth <--> george donnelly ~ http://www.zettai.net/ ~ "Quality Zope Hosting" Shared and Dedicated Zope Hosting ~ Zope Servers ~ Zope Websites Yahoo, AIM: zettainet ~ ICQ: 51907738 ~ Sales (USA): 1-866-967-3669
If you want them to be independant (if one hangs the other will not) the have to be different installs (unless you use ZEO). For different installs: - Put them behind apache - Have them start up on different ports - ProxyPass with VHM the requests back to the two different zopes For sharing, you could use Zope 2.7 and different "instances". You could also run 2.7 with two different ZODB. All of this is in theory, as I just run Zope with VHM behind Apache. (I am old skool) Jake -- http://www.ZopeZone.com Sophia Grimm said:
Hi.
I'm going to share a Plone 2 / Zope 2.7.0 install with multiple administrators.
We want our data and acl_users to be separate from each other (although we would all be happy with the same selection of Zope add-on products). If my Zope hangs, the other administrators and their users should not be affected.
What is the best way to do this? Is anyone doing it already? I tried reading about ZEO, but I haven't been able to find a comprehensive how-to that is current and applies to the Plone/Zope install.
Thanks.
__________________________________ Do you Yahoo!? Yahoo! Finance Tax Center - File online. File on time. http://taxes.yahoo.com/filing.html
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
participants (3)
-
george donnelly -
Jake -
Sophia Grimm