[Zope-dev] doubt in starting Zope in debug mode on Windows

2005-02-14 Thread Aruna Kathiria
Hi All,Iam trying to start to zope in debug mode on 
windows.I have installed Zope2.7.4 on my windowsXP machine.I started 
zope in debug using the following the 
command:C:\Zope-Instance\bin"\zope-2.7.2-0\bin\python.exe" 
zopeservice.py debugDebugging service Zope_-1444516661 - press Ctrl+C to 
stop.Info 0x40001002 - The Zope_-1444516661 service has started 
(Zopeinstance at C:\ 
Zope-Instance).-It 
started but Im not getting the python command prompt as how we get iton unix 
when we use zopectl start (in debug mode).Does anybody have any pointers 
or Im I doing anything wrong.Thanks in 
advance,Sameena.___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


RE: [Zope-dev] doubt in starting Zope in debug mode on Windows

2005-02-14 Thread Mark Hammond
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
Of Aruna Kathiria
 It started but Im not getting the python command prompt as how we get it
 on unix when we use zopectl start (in debug mode).

The debug capabilities of Python services on Windows do not extend to
providing any kind of command prompt.  Also, the way Zope is structured as
a service means that you don't even get to see Zope's output when run as
this way.  The debug facility in this case should be considered more so
the Zope service framework can be debugged, not specific Zope sites.

Regards,

Mark
attachment: winmail.dat___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


RE: [Zope-dev] doubt in starting Zope in debug mode on Windows

2005-02-14 Thread Sam Tab
This there anyother way to debug specific zope site on
windows.
--- Mark Hammond [EMAIL PROTECTED] wrote:

 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf
 Of Aruna Kathiria
  It started but Im not getting the python command
 prompt as how we get it
  on unix when we use zopectl start (in debug mode).
 
 The debug capabilities of Python services on
 Windows do not extend to
 providing any kind of command prompt.  Also, the
 way Zope is structured as
 a service means that you don't even get to see
 Zope's output when run as
 this way.  The debug facility in this case should
 be considered more so
 the Zope service framework can be debugged, not
 specific Zope sites.
 
 Regards,
 
 Mark
 

 ATTACHMENT part 2 application/ms-tnef
name=winmail.dat
 ___
 Zope-Dev maillist  -  Zope-Dev@zope.org
 http://mail.zope.org/mailman/listinfo/zope-dev
 **  No cross posts or HTML encoding!  **
 (Related lists - 
  http://mail.zope.org/mailman/listinfo/zope-announce
  http://mail.zope.org/mailman/listinfo/zope )
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


RE: [Zope-dev] doubt in starting Zope in debug mode on Windows

2005-02-14 Thread Mark Hammond
 This there anyother way to debug specific zope site on
 windows.

In your Zope's $instance\bin, you should find runzope.bat - you can execute
this from a command-prompt.  Depending on things I don't quite understand,
you may or may-not also need to enable debug-mode in your .conf files.  Any
command-line options or environment vars supported by zope itself should
work - but as zdctl doesn't work on Windows, those commands don't work.

Hopefully someone can offer more general advice - apart from the lacking
zdctl, everything else should work as per Linux.

Mark

___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )