servlet calls init() method every time it runs?

I have a servlet that I have pared down to a simple form, and it has a
memory leak. In testing, I noticed that the init() method is called every
time the servlet is invoked, rather than only the first time. Is calling the
init() method every time a bug, or something I have configured wrong?
Thanks!

Luke Call
EDM Group
Micron Technology, Boise 

Received on Thursday, 15 April 1999 15:50:38 UTC