0 Replies Latest reply on Aug 20, 2003 9:45 AM by mjremijan

    Hot deployment and servlet destroy method

    mjremijan

      Hi,

      I want to be able to capture somehow that a servlet is being undeployed so that I can clean up some resources. I figured that the destroy () method would be called when the container undeploys the servlet but it isn't. Anyone know how I can capture this event?