diff --git a/webapp/src/edu/cornell/mannlib/vitro/webapp/config/ConfigurationPropertiesSetup.java b/webapp/src/edu/cornell/mannlib/vitro/webapp/config/ConfigurationPropertiesSetup.java index 55b00be17..410e9e76b 100644 --- a/webapp/src/edu/cornell/mannlib/vitro/webapp/config/ConfigurationPropertiesSetup.java +++ b/webapp/src/edu/cornell/mannlib/vitro/webapp/config/ConfigurationPropertiesSetup.java @@ -267,7 +267,8 @@ public class ConfigurationPropertiesSetup implements ServletContextListener { @Override public void contextDestroyed(ServletContextEvent sce) { - ConfigurationProperties.removeBean(sce.getServletContext()); + // No need to remove the bean. It's only a map of strings, and if we + // restart the app, it will be replaced. } /**