[Zope] Odd request: how to shutdown Zope

Joachim Werner joe@iuveno-net.de
Thu, 26 Jul 2001 20:23:44 +0200


> 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