[Zope] Zope as an NT service in developement mod

2000-08-24 Thread Vincent

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  -  [EMAIL PROTECTED]
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 )




Re: [Zope] Zope as an NT service in developement mod

2000-08-24 Thread Phil Harris

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
[EMAIL PROTECTED]

- Original Message -
From: "Vincent" [EMAIL PROTECTED]
To: "[Zope Org] (E-mail)" [EMAIL PROTECTED]
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  -  [EMAIL PROTECTED]
 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 )


___
Zope maillist  -  [EMAIL PROTECTED]
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 )




Re: [Zope] Zope as an NT service in developement mod

2000-08-24 Thread Chris Withers

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

___
Zope maillist  -  [EMAIL PROTECTED]
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 )