6 messages in com.mysql.lists.javaRe: Jserv restart report
FromSent OnAttachments
Eitan Pilipski20 Mar 2000 11:19 
Tim Endres20 Mar 2000 21:59 
Steven Peterson21 Mar 2000 08:02 
Tim Endres21 Mar 2000 08:30 
Eitan Pilipski21 Mar 2000 09:15 
Eitan Pilipski21 Mar 2000 09:24 
Subject:Re: Jserv restart report
From:Eitan Pilipski (eit@qualcomm.com)
Date:03/21/2000 09:15:52 AM
List:com.mysql.lists.java

At 12:59 AM 3/21/00 -0500, Tim Endres wrote:

HI All,

I have the following requirement: I need to report (email , file etc) every time Jserv restarts. One way of doing it is to write a servlet which will be configures to run as only one instance in the system. And every time the method init() and/or destory() are called the servlet will generate the report.

What do you think ? any ideas ?

To get this to work, you will need to configure the servlet to be loaded when the JServ engine starts up, otherwise it will not run until it is referenced by an http request to the servlet.

Yes, I forgot to mention that. This is very important. Thanks

Eitan P. Ext. 57327