Comment 3 for bug 628448

Revision history for this message
Hanno Schlichting (hannosch) wrote :

I got a private mail:

I used this patch to solve that (for 2.13.0a2):

--- zopectl.py.orig 2010-07-07 13:20:21.000000000 +0200
+++ zopectl.py 2010-07-07 12:44:28.000000000 +0200
@@ -218,6 +218,7 @@
        # signal to Zope that it is being managed
        # (to indicate it's web-restartable)
        os.putenv('ZMANAGED', '1')
+ ZDCmd.do_start(self, arg)

    ## START OF WINDOWS ONLY STUFF

Best regards
Udo Schweigert