Hi Pradeep
As far as I know init and destroy get called by the server only once in a
servlets life time.
It will get called again only when you recompile the servelt code and execute
it again
Regards
Nitin
pradeep wrote:
> Hi All
>
> What I learnt from basics of Servlets(non Single thread model) is only one
> instance per Servlet name will be created and all the requests will be
> answered by spawned threads.
>
> But still a doubt, are there any chances in which init() and destroy() will
> get called multiple times?
>
> regds
>
> ___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html