Search:
 

"Restart This Zope Server" Button

Submitted by: datagrok
Last Edited: 2001-06-19

Category: JavaScript

Average rating is: 0.0 out of 5 (0 ratings)

Description:
I restart my (various) zope server instances a lot while developing products. It's conveinient to have a button in my bookmarks that lets me do this quickly without changing the page I'm looking at.

Source (Text):
javascript:void(window.open("/Control_Panel/manage_restart"));

Explanation:
Create a new bookmark in your browser with that text as the URL. I've
tested this in Netscape, not sure if it will have issues with IE or
Mozilla.

For this to work, you must be looking at a page served by the Zope
instance you wish to restart.


Comments:

No Comments