When installing zope, I chose to not run Zope as a service. Now I want to change my mind. How do I start Zope as a service and avoid the DOS window? -mjm
Heres a script I use for installing Zope. Ive been meaning to clean it up and make it friendlier, but this makes the Windows changes you need to install Zope from say source control. It will install Zope as a Service for you. Copy this into your Zope root. Then go: cd <ZopeRoot> <ZopeRoot>\bin\python install.py -p 80 Where -p is the port. You must use the Zope root python because PythonService needs to be correctly registered. Cheers. -- Andy McKay. ----- Original Message ----- From: "Montagne, Michael" <montagne@BOORA.com> To: <zope@zope.org> Sent: Monday, June 04, 2001 1:22 PM Subject: [Zope] Zope as NT Service
When installing zope, I chose to not run Zope as a service. Now I want to change my mind. How do I start Zope as a service and avoid the DOS window?
-mjm
_______________________________________________ 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 )
participants (2)
-
Andy McKay -
Montagne, Michael