}
PortletContainer container = (PortletContainer)
servletContext.getAttribute(CONTAINER_KEY);
if (container != null) {
try {
container.destroy();
if (LOG.isInfoEnabled()) {
LOG.info("Pluto Portal Driver shut down.");
}
} catch (PortletContainerException ex) {
LOG.error("Unable to shut down portlet container: "