teledyn
10-09-2009, 03:18 PM
When a war file is updated, Resin will shutdown, unpack and restart the webapp; is there a method that gets called on the webapp servlet to notify the application to do any needed housekeeping?
I have tried destroy(), it is never called, and finalize() is called when the resin server itself is killed, but not called when the webapp is reloaded. Should I be using some caucho extension to the basic javax HttpServlet?
I am using Resin 3.0; please feel free to just point me at the pertinent documentation ;) -- thanks in advance for your advice on this.
I have tried destroy(), it is never called, and finalize() is called when the resin server itself is killed, but not called when the webapp is reloaded. Should I be using some caucho extension to the basic javax HttpServlet?
I am using Resin 3.0; please feel free to just point me at the pertinent documentation ;) -- thanks in advance for your advice on this.