Entry
Can I run 2 instances of zope using 2 different ZODB's? If so, how to I set this up
Dec 19th, 2004 15:26
Carlos Ferreyra, Sergio Cueto,
When you install zope, you have to run makezopeinstance.py to create an
instance, this instance you create has its own location, ZODB, config,
etc. If you want 2 instances, all you need to do is run
makezopeinstance.py again, specifying another location. This new
instance will be completely independant of the first one, just take care
of edit its etc/zope.conf configuration file not to use the same ports.