Re: servlets and method init()

At 05:04 AM 2/6/01 -0500, you wrote:
>Method Servlet.init(ServletConfig config) is called after every request.
>Method Servlet.destroy() is only called when jigsaw closes down.

G'day.

This may be because your servlet is throwing an exception in its init
method, thus never properly initialising...

Regards,


 Greg Kopff
===================================================
gkopff@powersource.com.au      PowerSource Software
Technical Director    http://www.powersource.com.au
===================================================
  "We mock what we don't understand."
                               - Austin Millbarge
===================================================

Received on Tuesday, 6 February 2001 18:22:17 UTC