[Zope] Restart button in Control Panel

2005-04-18 Thread Milos Prudek
Is it possible to have the "Restart" button in ZMI Control Panel? I only 
have "Shutdown". What controls this? I start my Zope instance with 
"instance/bin/runzope &".

I use Zope 2.7.4.
--
Milos Prudek
http://www.spoxdesign.com - your web usability testing
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Restart button in Control Panel

2005-04-18 Thread Jake
You are starting it in Debug mode, which means it will not allow for the
restart button.

/etc/zope.conf (edit debug mode)

Also, try running it with:

/bin/zopectl start &

Jake
-- 
http://www.ZopeZone.com


Milos Prudek said:
> Is it possible to have the "Restart" button in ZMI Control Panel? I only
> have "Shutdown". What controls this? I start my Zope instance with
> "instance/bin/runzope &".
>
> I use Zope 2.7.4.
>
> --
> Milos Prudek
> http://www.spoxdesign.com - your web usability testing
> ___
> Zope maillist  -  Zope@zope.org
> http://mail.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists -
>  http://mail.zope.org/mailman/listinfo/zope-announce
>  http://mail.zope.org/mailman/listinfo/zope-dev )
>


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


Re: [Zope] Restart button in Control Panel

2005-04-18 Thread J Cameron Cooper
Jake wrote:
You are starting it in Debug mode, which means it will not allow for the
restart button.
/etc/zope.conf (edit debug mode)
Also, try running it with:
/bin/zopectl start &
I don't think that debug mode has anything to do with it. Rather, if 
you're using "runzope" it's not running in daemon mode, and so cannot 
restart. Run it as a service with 'zopectl start' and you'll have a 
"Restart" button.

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


Re: [Zope] Restart button in Control Panel

2005-04-19 Thread Milos Prudek
I don't think that debug mode has anything to do with it. Rather, if 
Correct. i have debug mode off, no Restart button.
you're using "runzope" it's not running in daemon mode, and so cannot 
restart. Run it as a service with 'zopectl start' and you'll have a 
"Restart" button.
Correct again. Thank you JCC.
--
Milos Prudek
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )