How do I restart Zope?
Up to Table of ContentsThis FAQ applies to: Any version.
Plone 3.x from the controlpanel
- click 'site setup' (or go to yourSite/plone_control_panel)
- click maintenance (or go to yourSite/@@maintenance-controlpanel
- click 'Restart' (wait for it to finish the 'restart' as it may take a little while)
NOTE: If you started your instance in 'fg' mode, you will not see the 'restart' button. To see the 'restart' button you must start your instance with the 'start' command.
BUILDOUT EXAMPLE: bin/instance start
NON-BUILDOUT EXAMPLE: bin/zopectl start
Plone 2.x from the controlpanel
1. Go to the Control Panel in the Zope Management Interface (ZMI):
- On your local machine/computer, typically (you might have different port number):
If you are signed in on your local, this link should take you to the zope restart.
http://localhost:8080/Control_Panel/manage - On your server:
http://yourServer.address.com/Control_Panel/manage
2. Click 'Restart'