I've made a
servlet extending GenericServlet. My servlet contains init(), service() and destroy() methods.
From the init() method I make a call to destroy() method.
However on executing my servlet, the control still goes to service() method.
Pls clarify.
Pls see below my servlet class.
***************************************************************************
***************************************************************************
[BPSouther: Added
code tags]
[ August 07, 2007: Message edited by: Ben Souther ]