RE: [Zope] Odd request: how to shutdown Zope
Try http://your.server/Control_Panel/manage_shutdown If the user is authenticated. Troy -----Original Message----- From: Carlos A. Carnero Delgado [mailto:texel@rtvc.com.cu] Sent: Thursday, July 26, 2001 12:15 PM To: zope@zope.org Subject: [Zope] Odd request: how to shutdown Zope Hello, is there a method (or URL) that I can use to shut down Zope? It would be a / folder manager (authenticated, of course). I know that (s)he can travel to the control panel but I'd like to have the possibility to shutdown elsewhere. Is this possible? Best regards, Carlos. _______________________________________________ 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 )
Try http://your.server/Control_Panel/manage_shutdown
If the user is authenticated.
To complete the answer: You can either put this up as a hyperlink somewhere else on the website or even use it like this <dtml-call "Control_Panel.manage_shutdown()"> ### you need the "()" because in Python expression syntax manage_shutdown is a method ... anywhere in your code. Joachim
participants (2)
-
Farrell, Troy -
Joachim Werner