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