On Wed, Jan 28, 2004 at 03:45:50PM -0000, Bas Scheffers wrote: > That reminds me, how do you do a "server wide" catch for if anything > unexpected (ie: no specific catch) goes wrong? I know (Open)ACS > emails the
Why would you WANT to do that? Perhaps I misunderstand your intent, but I can't imagine any reason. > errors, but I haven't found a way yet in the AOLserver docs on how > to do this. It has nothing to do with the AOLserver docs. As someone already mentioned, in OpenACS a scheduled proc basically reads through the AOLserver server log file looking for "Error". With some tweaks you can use the same "Watchdog" code without OpenACS; I know because I've done it. -- Andrew Piskorski <[EMAIL PROTECTED]> http://www.piskorski.com/ -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
