Yes they are on the same port. BUT I don't want to run both instances at the same time. I just want to run the new OR the old one. The problem is that: 1) from the windows service control panel, stating the 2.5 service give a error: 'Could not start service Zope blabla..) BUT it start zope correctly, just this service status info stay empty. Consequence: from the same control panel I can not stop the service. 2) when I connect to localhost:8080/manage and restart zope, it does not restart. Except thoses start/stop problems everithing is ok. Note: I can start zope 2.5 from a command line, it's ok. But when I connect to localhost:8080/manage ->control panel, there is no restart button. But I think it's normal, probably some not detached from terminal or daemon stuff... Gilles ----- Original Message ----- From: "Phil Harris" <phil@harris-family.info> To: <Gilles.Lavaux@esa.int>; <zope@zope.org> Sent: Friday, February 01, 2002 2:16 PM Subject: Re: [Zope] Zope 2.5 upgrade help!
Are the two instances both running on the default port number (8080)?
If so then you need to change one of them to use a different port.
You can do this by editing the registry entry for the instance in
question.
----- Original Message ----- From: "Gilles" <gilles.lavaux@esrin.esa.it> To: <zope@zope.org> Sent: Friday, February 01, 2002 1:06 PM Subject: [Zope] Zope 2.5 upgrade help!
Hello
I have tried to install a second version of zope on my Win2000 pc. I had the Zope 2.4.3 running as a service before.
I have: - stopped the old zope service. - installed the 2.5 version in ANOTHER folder.
Now it's a mess: - I can manually start both Zope services(one at a time of course), but
if
I
press the restart button (zope interface) it seams zope doesn't restart. This on the old and new version. The restart was working well on the old(2.4.3) version before the 2.5 install.
this is annoying .
what's the solution? How to remove a service under win2000?
Thanks
Gilles
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Gilles wrote:
Yes they are on the same port.
BUT I don't want to run both instances at the same time. I just want to run the new OR the old one.
The problem is that: 1) from the windows service control panel, stating the 2.5 service give a error: 'Could not start service Zope blabla..) BUT it start zope correctly, just this service status info stay empty. Consequence: from the same control panel I can not stop the service.
I don't know about Windows2000, but on NT4, you can often do this in such cases: (1) Try to "Start" the service (again) from the service control panel. (2) (If you're lucky) Dismiss the "service is already running" warning. (3) Now the service control panel shows the service as "Started", and you can stop it. I think usually this sort of behavior indicates that the service is not interacting with the Windows Service Manager (or whatever it's called) properly. Cheers, -- Joe "I should like to close this book by sticking out any part of my neck which is not yet exposed, and making a few predictions about how the problem of quantum gravity will in the end be solved." --- Physicist Lee Smolin, "Three Roads to Quantum Gravity"
participants (2)
-
Gilles -
Joseph A Knapka