> From: Richard Pierce [mailto:[email protected]] 
> Subject: Servlet init method called multiple times

> The init() method of all of my servlets is being called every 10 seconds or 
> so.
> I verified this by adding a System.out to the init() methods of my servlets.

Add a stack trace (Thread.dumpStack()) in addition to your System.out() print 
to find out where the calls are coming from.

 - Chuck
 

THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to