init() called everytime

Sorry to repost the question. I got some response but still didn't solve my
problem. 

My init() seems to be called every time when the servlet is accessed. And in
fact from the printout of Jigsaw it looks like the servlet is loaded every
time. One response said that if the serlvet is used without the .class
extension, it should be okay. But I have been using the serlvet without the
.classs extension all along.

 I am using the automatic installation, ie my servlet MyServlet.class is
under WWW/servlet/com/xxx/xxx . I am accessing the serlvet with
com.xxx.xxx.MyServlet
com.xxx.xxx.xxx is the package name. 

It's really crucial to my application that the init() is only called once
when the servlet is loaded (should only be loaded once as I understand it).
Can someone please tell me what I am doing wrong?

Xiaolian Bi

Received on Monday, 12 April 1999 12:36:56 UTC