private void destroyAdminConfiguration(ServletContext servletContext) {
AdminConfiguration adminConfig = (AdminConfiguration)
servletContext.getAttribute(ADMIN_CONFIG_KEY);
if (adminConfig != null) {
try {
adminConfig.destroy();
if (LOG.isInfoEnabled()) {
LOG.info("Pluto Portal Admin Config destroyed.");
}
} catch (DriverConfigurationException ex) {
LOG.error("Unable to destroy portal admin config: "