Running different Zope versions
Is it possible to run different Zope versions on one machine? I have a Zope 2.6.4 running and a Zope 2.7.3 both on a Windows 2003 server. They use their own python. I run them on different port numbers configured in the zope.conf file. Both are installed as services. Yet, when both are started usually only the 2.6.4 is available. I have to turn it off to reach the other. What did I forget? Any suggestion appreciated. Henk Laloli
On Apr 11, 2005 1:58 PM, Henk Laloli <Henk.Laloli@niwi.knaw.nl> wrote:
Is it possible to run different Zope versions on one machine? I have a Zope 2.6.4 running and a Zope 2.7.3 both on a Windows 2003 server. They use their own python. I run them on different port numbers configured in the zope.conf file. Both are installed as services. Yet, when both are started usually only the 2.6.4 is available. I have to turn it off to reach the other. What did I forget? Any suggestion appreciated.
Hmmm, could it be that you changes only the HTTP port and that the FTP port or webDav port still tries to use the same port on both instances? Otehrwise I have no idea. It's always worked fine for me, I think. :) -- Lennart Regebro, Nuxeo http://www.nuxeo.com/ CPS Content Management http://www.cps-project.org/
participants (2)
-
Henk Laloli -
Lennart Regebro