public void contextDestroyed(final ServletContextEvent sce) {
   WebApp.getNonceReaper().stop();
   m_servletContext = null;
 }