Zope as an NT service in "developement mod"
Does somebody know how to launch Zope as an NT service in development mode (I need to pass the -D parameter) Thanks Vincent PS : I got my answer for my previous question (Thanks again)
Vincent, You will need to change the rgistry entry for the service: Open regedit and goto hkey_local_machine/system/currentcontrolset/services/<zope service name>/parameters. Then double click on the 'start' parameter in the right hand window, when the edit box comes up simply add a -D to the end of the options on the command line. You can also change the port in the same way, simply put something like: -P 8000 This would set zope to use 8000 as the base port for all zservices so http->8080, ftp->8021 etc. hth Phil phil.harris@zope.co.uk ----- Original Message ----- From: "Vincent" <vinc.del@wanadoo.fr> To: "[Zope Org] (E-mail)" <zope@zope.org> Sent: Thursday, August 24, 2000 10:27 AM Subject: [Zope] Zope as an NT service in "developement mod"
Does somebody know how to launch Zope as an NT service in development mode (I need to pass the -D parameter)
Thanks
Vincent
PS : I got my answer for my previous question (Thanks again)
_______________________________________________ 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 )
Phil Harris wrote:
Then double click on the 'start' parameter in the right hand window, when the edit box comes up simply add a -D to the end of the options on the command line.
When you do this, where does all the good stuff that would usually get printed out in the console window get put, if anywhere? cheers, Chris
participants (3)
-
Chris Withers -
Phil Harris -
Vincent