Yeah it runs through a bunch of options like uninstalling any service, stopping service and so on. As I say needs to be cleaned.
Is there a connection between the "running as a service" status and DSN problems that you know of?
Nope. -- Andy McKay. ----- Original Message ----- From: "Montagne, Michael" <montagne@BOORA.com> To: "'Andy McKay'" <andym@ActiveState.com> Sent: Monday, June 04, 2001 2:54 PM Subject: RE: [Zope] Zope as NT Service
Cool. Seemed to work even tho I got a bunch of Unknown command errors. It is up and running. However, now my ODBC DA is giving me a bad connection string error. I'm referencing a system DSN that points to a MSAccess file. Is there a connection between the "running as a service" status and DSN problems that you know of?
-mjm
-----Original Message----- From: Andy McKay [mailto:andym@ActiveState.com] Sent: Monday, June 04, 2001 1:45 PM To: Montagne, Michael; zope@zope.org Subject: Re: [Zope] Zope as NT Service
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 (1)
-
Andy McKay