We need to perform a clean up operation for some custom caching we are doing with our ofbiz servers. Is there a convenient way to tie into the ofbiz shutdown process for this type of cleanup?
Another approach would be for us to write a custom servlet and implement the "init" and "destroy" methods to seed the cache and then clean it up when the server shuts down. We would then include this servlet in the ofbiz web.xml file. If there is an easier method to do this please share. Thanks, Brett
