Re: [Webware-devel] Automatic restarting of AppServer?

2003-01-16 Thread Mike Warren
Ian Bicking <[EMAIL PROTECTED]> writes: > Another possibility would be to have some sort of cron job that would > restart the AppServer if necessary. , | import os | while 1: |os.system( "/path/to/AppServer" ) ` -- mike [at] mike [dash] warren [dot] com http://www.mike-warren.com> g

Re: [Webware-devel] Automatic restarting of AppServer?

2002-12-16 Thread Ian Bicking
On Monday, December 16, 2002, at 07:49 PM, Lee Phillips wrote: Do you think it would be possible to modify WebKit.cgi so that it detects if the AppServer is not running and, if not, restarts it? Will there be permission problems - will the AppServer started by a cgi not have enough permissions?

[Webware-devel] Automatic restarting of AppServer?

2002-12-16 Thread Lee Phillips
Do you think it would be possible to modify WebKit.cgi so that it detects if the AppServer is not running and, if not, restarts it? Will there be permission problems - will the AppServer started by a cgi not have enough permissions? --- This s