-
Junior Member
When does the web container calls the destroy() method
When does the web container calls the destroy() method other than server shut down, application updeployment, redeployment. When an ActionMapping is required to be customized
-
Contributing Member
Re: When does the web container calls the destroy() method
the container calls the destroy method before removing the servlet instance from the service . this normally happens when servlet container is shutdown or when servlet container needs the free memory.
-
Junior Member
Re: When does the web container calls the destroy() method
When servlet container needs to free the memory that is purely server specific
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules